Skip to content

Create game contributors model and update individual game page #18

@samjjacko

Description

@samjjacko

To associate members with their games in the individual game pages, we need to add the following table:
GameContributors:

  • uuid game (foreign key to game.id, pk)
  • uuid member (foreign key to member.id, pk)
  • varchar role

The game page should feature a list of all of the contributing member's names, and links to their respective member pages on the site (e.g. /member/12). Individual member pages do not need to be implemented before this; as long as it routes correctly.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions