add the logic within the journal form to call a fetch POST to either edit an already created journal or create a new entry and store it in the DB
Estimated Cost / Time:
Medium
Measure of Success:
An effective measure of success would be for us to be able to send journal entries to the backend from the frontend, and them being stored in the db. We can test to make sure that if the edit button was clicked, that a new entry is not created, but the old one is updated instead.
TODO
add the logic within the journal form to call a fetch POST to either edit an already created journal or create a new entry and store it in the DB
Estimated Cost / Time:
Medium
Measure of Success:
An effective measure of success would be for us to be able to send journal entries to the backend from the frontend, and them being stored in the db. We can test to make sure that if the edit button was clicked, that a new entry is not created, but the old one is updated instead.