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

DMs should be able to provide feedback notes on the selected Player #9

Open
ivellios opened this issue Jun 25, 2018 · 0 comments
Open
Assignees
Labels
backend This story touches backend enhancement New feature or request

Comments

@ivellios
Copy link
Member

ivellios commented Jun 25, 2018

Backend:

  • add serializer for adding notes on the selected user
  • add views for create/retrieve/update/delete notes
  • add permission check class on the object basis - DM can delete only it's own notes
  • add profile serializer
  • add view with list of players
  • only DMs can see list of players
@ivellios ivellios added the enhancement New feature or request label Jun 25, 2018
@ivellios ivellios self-assigned this Jul 17, 2018
@ivellios ivellios added the backend This story touches backend label Jul 17, 2018
@ivellios ivellios added this to the v0.1 - MVP milestone Jul 17, 2018
ivellios added a commit that referenced this issue Jul 21, 2018
13 - added PlayerCharacter and related models

This Pull Request introduces changes from #13 and also from #11 and #9

**Added:**
+ PlayerCharacter model (and related races, classes and factions)
+ DMNotes model
+ admin interface for all models
+ login with email instead of username
+ username is nickname for the system
+ API endpoints (CRUD) - also for Profile and User
+ permissions: PlayerCharacter can be changed only by owners, but visible to any user
+ permissions: DMNotes can be seen by any DM, but modified only by owner
+ migration for profiles has been changed so dbs should be reseted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This story touches backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant