Merged
Conversation
larrylaa
requested changes
Mar 25, 2025
Contributor
There was a problem hiding this comment.
The Project model needs updates to include a full_description field with a max length of 540 characters, a project_updates field to store an array or dictionary for tracking updates, an owner field as a foreign key linking the project to an Owner from the users table, and a members field to associate multiple Members with a project from the users table. Also a field for contacting the owner (contact info)
Can you make these changes and adjust the tests? Thanks
…nd links between user and project
larrylaa
added a commit
that referenced
this pull request
Mar 26, 2025
* feat: tags to project model * fix: added tags to migrations * feat: uuid implementation, email, full description, updates, wanted and links between user and project * feat: refactor fields * chore: fix pipeline dual runs --------- Co-authored-by: William Garcia <102125255+ColumnSkunky@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.