Context
Right now in our app, there's no straightforward way to link "memories" to specific projects. We've been connecting different types of data to projects using a project_id, and it would better to do the same for "memories."
Rationale
It makes more sense to get to "memories" through a project instead of a user. This method is simpler and gets us ready for a time when we might let multiple developers work on the same project.
Need
We need to add a project_id field, to the "memories" section. This will make it easier to connect each memory to a particular project.
Tasks
Context
Right now in our app, there's no straightforward way to link "memories" to specific projects. We've been connecting different types of data to projects using a project_id, and it would better to do the same for "memories."
Rationale
It makes more sense to get to "memories" through a project instead of a user. This method is simpler and gets us ready for a time when we might let multiple developers work on the same project.
Need
We need to add a project_id field, to the "memories" section. This will make it easier to connect each memory to a particular project.
Tasks