Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added models and serializers for COP, roles, skills and project #615

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

bzzz-coding
Copy link
Member

Fixes # 614

Changes

  • Added models for Communities of Practice, Roles, Skills, and Projects
  • Added serializer for the models mentioned above
  • Checked list of tables in pgdb container to make sure these new tables are shown


class Project(models.Model):
id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False)
people_depot_project_id = models.CharField(max_length=255)
Copy link
Member Author

Choose a reason for hiding this comment

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

I added this based on the diagram, but I'm unsure what "people depot project id" is.

@bzzz-coding bzzz-coding marked this pull request as ready for review November 15, 2024 21:38
@bzzz-coding bzzz-coding marked this pull request as draft November 15, 2024 21:41
@bzzz-coding bzzz-coding marked this pull request as ready for review November 15, 2024 21:43
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.

1 participant