-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Add a new field named project_id to the memories table.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request