diff --git a/__tests__/home/home.test.js b/__tests__/home/home.test.js index 76333d73..49ab5c10 100644 --- a/__tests__/home/home.test.js +++ b/__tests__/home/home.test.js @@ -348,7 +348,10 @@ describe('Home Page', () => { discordUsersButton, ); const trimmedDiscordUsersButtonText = discordUsersButtonText.trim(); - expect(trimmedDiscordUsersButtonText).toBe('Discord Users'); + + expect(trimmedDiscordUsersButtonText).toBe( + 'Discord Users\n\nManage Discord user roles and activities.', + ); }); it('should display the User Management anchor button', async () => { @@ -364,7 +367,9 @@ describe('Home Page', () => { userManagementButton, ); const trimmedUserManagementButtonText = userManagementButtonText.trim(); - expect(trimmedUserManagementButtonText).toBe('User Management'); + expect(trimmedUserManagementButtonText).toBe( + 'User Management\n\nManage requests for various resources and services.', + ); }); it('should display the Sync Repo button', async () => { @@ -529,7 +534,10 @@ describe('Home Page', () => { applicationButton, ); const trimmedApplicationButtonText = applicationButtonText.trim(); - expect(trimmedApplicationButtonText).toBe('Applications'); + + expect(trimmedApplicationButtonText).toBe( + 'Applications\n\nManage and review submitted applications.', + ); }); it('should close hamburger menu on clicking anywhere on the screen except the menu', async () => { diff --git a/index.html b/index.html index aea4c8e4..7401045f 100644 --- a/index.html +++ b/index.html @@ -78,71 +78,111 @@
- - Create Goals + +
Create Goals
+

+ Set and track goals to align efforts and measure progress. +

- Create Tasks - Profile - - Discord Users + + +
Create Tasks
+

+ Define the tasks, create new tasks and track the progress. +

+
+ +
Profile
+

+ View and edit your personal profile information. +

+
+ +
Discord Users
+

+ Manage Discord user roles and activities. +

- User Management +
User Management
+

+ Manage requests for various resources and services. +

Requests + >
Requests
+

Monitor and manage user activity

- Extension Requests +
Extension Requests
+

+ Submit requests for deadline extensions on tasks. +

- Task Requests +
Task Requests
+

+ Request new tasks and provide task details, +

- - Online Members + +
Online Members
+

+ View the list of currently online members. +

+
+ +
Discord Groups
+

Manage Discord group memberships.

+
+ +
Standup Updates
+ +

Post and view daily standup updates.

+
+
Identity Service Logs
+ +

+ Review logs related to identity services. +

- Discord Groups - Standup Updates - Identity Service Logs - Activity FeedActivity Feed +

+ View updates on activities and project progress. +

- - Applications + +
Applications
+

+ Manage and review submitted applications. +

-