wavesinaroom / my_odin_project_food_for_thought

Django backend applications that takes care of your nutrition and your mind
1 stars 0 forks source link

Activity #15

Closed wavesinaroom closed 4 months ago

wavesinaroom commented 5 months ago

Activities contain activities users get from the "boredb" database previously used in the log app. To edit an activity, users must search an activity that matches a chosen one from their log. To delete an activity on the other hand, users click the delete button.

Tasks

Routing

View

Edit

Delete

Template

Tests

Edit

Delete

wavesinaroom commented 4 months ago

Activities field will actually have only one activity for the sake of simplicity

wavesinaroom commented 4 months ago

Changed my mind, I'm going back to the multiple activities field idea

wavesinaroom commented 4 months ago

Previous work on meals editing features help a lot develop this issue smoothly