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

Update Typo Storage #155

Open
DavidRieman opened this issue Jan 3, 2022 · 1 comment
Open

Update Typo Storage #155

DavidRieman opened this issue Jan 3, 2022 · 1 comment
Labels
enhancement This task is adding new behavior or performing other refactoring improvements.

Comments

@DavidRieman
Copy link
Owner

The Typo Action to report a typo is in need of some overhaul:

  • It's one of the few remaining relational DB entries, and would work quite well as Document DB entries instead. Move Typo data to be stored as a document in the document DB, and delete the old TypoRecord.
  • There seems to be no way for admins/builders to review the typo entries. (Would be great to be able to list ones which were reported from rooms in the current area, so a builder can work to repair typos specific to their own area, etc.)
  • Also should be able to mark them as complete, or even fully delete the entries (by an admin only). Marking complete could adjust a flag on the Typo object and re-save it to the document DB.
@DavidRieman DavidRieman added the enhancement This task is adding new behavior or performing other refactoring improvements. label Jan 3, 2022
@DavidRieman
Copy link
Owner Author

First point is done. Still need to add the commands for review and marking them complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This task is adding new behavior or performing other refactoring improvements.
Projects
None yet
Development

No branches or pull requests

1 participant