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

Add admin functionality and board configuration #54

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

imeyer
Copy link
Owner

@imeyer imeyer commented Oct 14, 2024

  • 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

Change-Id: I07df7a29313ed74b04bb8873a2545c6ba3a46aa3

- 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

Change-Id: I07df7a29313ed74b04bb8873a2545c6ba3a46aa3
Signed-off-by: Ian Meyer <[email protected]>
@imeyer imeyer linked an issue Oct 14, 2024 that may be closed by this pull request
@imeyer imeyer merged commit 17f3dd2 into main Oct 14, 2024
4 checks passed
@imeyer imeyer deleted the admin-interface branch October 14, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement admin endpoint
1 participant