Rails e-Commerce Sample
Example of an existing simple Rails e-Commerce monolith. This includes an example of a detailed breakdown of a single small feature.
Stories
NOTE: By default the filter only shows "New" estimated work. Change the filter setting to see the full project layout.
Shirt Store
account_controller.rbadmin_controller.rbapplication.rbcheckout_controller.rbhome_controller.rbtags_controller.rborders_controller.rbsessions_controller.rbusers_controller.rb
forgot_password action displaying prompt for emailreset_password action that generates email with linkchange_password action that lets user store reset passwordcart.rbcoupon.rbsession.rbproduct.rborder.rbreview.rbtag.rbuser.rb
user_mailer.rb
application.rhtmladmin.rhtmlroutes.rborder_test.rbsession_test.rbuser_test.rb