ashishdommety / tutor-times

An application for tutors to enhance the learning experience of their students & optimize work they don't want to do
0 stars 0 forks source link

Classes tab #21

Closed ashishdommety closed 6 years ago

ashishdommety commented 6 years ago

Thoughts

I got carried away and mis-planned the branch distribution - Instead of trying to build out the complete back-end and then move to the front-end, I learned that it's slightly more effective to build both as I chalk the components out.

Current Work-flow

So for now, the work-flow I'm following is:

  1. write callback function in controller
  2. add route
  3. test with postman
  4. receive with async action
  5. receive with sync action
  6. write reducer case
  7. create container component and attach what needs to be attached
  8. call container component in presentation component that concerns routing