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

Allow game hosts to change the game's description #92

Closed
4 tasks
Tracked by #43
iamlogand opened this issue May 2, 2023 · 1 comment
Closed
4 tasks
Tracked by #43

Allow game hosts to change the game's description #92

iamlogand opened this issue May 2, 2023 · 1 comment
Assignees
Labels
Feature Feature or enhancement

Comments

@iamlogand
Copy link
Owner

The API already supports this, so the only changes needed are in the frontend.

Tasks:

  • Add a page at "/games/123/edit" titled "Edit game".
  • Add an edit button to the game lobby.
  • Add the current description to the edit game page.
  • Add a form with a new description field, complete with a submit button. The field should submit a PATCH request because only one field on the Game model is being updated.
@iamlogand iamlogand added the Feature Feature or enhancement label May 2, 2023
@iamlogand iamlogand added this to the 0.1 requirements milestone May 2, 2023
@iamlogand iamlogand changed the title Allow game owners to change the game's description Allow game hosts to change the game's description May 22, 2023
@iamlogand iamlogand self-assigned this Jul 1, 2023
@iamlogand
Copy link
Owner Author

Closed by #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant