As we progress with backend development including database setup and OAuth2 integration, it's time to shift our focus towards building the core game functionality.
Implementation
1. Guild Side Bar
Upon selecting a guild where the user holds administrative privileges, they will be seamlessly redirected to /server/{id:long}.
2. Guild Loading
When accessing the URI, an immediate fetch request will be triggered using the user's token to the Discord API. This request should retrieve basic data such as member count, profile picture, and guild name.
3. No Bot Pane
This issue focuses only on the visual aspect of the interface. That's why the no bot pane will be just a static part for now.
This issue outlines the systematic approach to developing the Discord Guild Page, focusing on enhancing user engagement and laying the foundation for future functionalities.
Discord Guild Page
Proposal
As we progress with backend development including database setup and OAuth2 integration, it's time to shift our focus towards building the core game functionality.
Implementation
1. Guild Side Bar
Upon selecting a guild where the user holds administrative privileges, they will be seamlessly redirected to
/server/{id:long}
.2. Guild Loading
When accessing the URI, an immediate fetch request will be triggered using the user's token to the Discord API. This request should retrieve basic data such as member count, profile picture, and guild name.
3. No Bot Pane
This issue focuses only on the visual aspect of the interface. That's why the no bot pane will be just a static part for now.
This issue outlines the systematic approach to developing the Discord Guild Page, focusing on enhancing user engagement and laying the foundation for future functionalities.