-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add admin functionality and board configuration
- Create admin page for board configuration management - Add GetBoardData query to fetch board configuration - Generate UpdateBoardTitle and UpdateBoardEditWindow queries - Modify board_data table structure for new configuration options - Update server logic to use dynamic board title from database - Add admin link in footer for users with admin privileges - Extend User struct to include IsAdmin field - Update tests to accommodate new admin and board data functionality - Refactor MockQueries to support new board data operations - Add admin.html template for the admin configuration page - Closes #49 Change-Id: I07df7a29313ed74b04bb8873a2545c6ba3a46aa3 Signed-off-by: Ian Meyer <k@imeyer.io>
- Loading branch information
Showing
10 changed files
with
348 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.