founders-programme-2 / business-launchpad

An app to facilitate young entrepreneurs in growing their business ventures.
1 stars 1 forks source link

Load all goals from user on loading journal page #117

Closed Oliversw closed 5 years ago

Oliversw commented 5 years ago

Backend route and database query for all goals from the logged in user. Saves in context and populates the journal page with the returned goals. This means that @SalwaMugh, you should be able to populate the dashboard goals with items from context.state.goalData 🙂

Bugs/todo later:

Oliversw commented 5 years ago

Closing because I have included it in a more recent pull request