diff --git a/__tests__/home/home.test.js b/__tests__/home/home.test.js index 76333d73..e8896f7b 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 () => { @@ -529,7 +532,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..2e665c7e 100644 --- a/index.html +++ b/index.html @@ -78,21 +78,30 @@
- - 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. +

Requests + >
Requests
+

+ Manage requests for various resources and services. +

Task Requests - - 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. +

-