Skip to content

Additions to models#33

Merged
larrylaa merged 5 commits intodevfrom
additions-to-models
Mar 26, 2025
Merged

Additions to models#33
larrylaa merged 5 commits intodevfrom
additions-to-models

Conversation

@ColumnSkunky
Copy link
Contributor

No description provided.

Copy link
Contributor

@larrylaa larrylaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@larrylaa larrylaa merged commit aa12c28 into dev Mar 26, 2025
7 of 8 checks passed
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>
@larrylaa larrylaa deleted the additions-to-models branch April 5, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants