Skip to content

Commit

Permalink
Updated features (#26)
Browse files Browse the repository at this point in the history
* Merged upstream main

* Added documentation for user service

* Added API documentation for user service

* Minor change

* Removed  unwanted file

* Removed @docusaurus/plugin-content-blog from package.json

* Updated features

* Resolved conflict
  • Loading branch information
arati-tekdi authored Dec 11, 2024
1 parent b5a4aa9 commit 483bbd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/user-service/2_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ sidebar_position: 2

**Edit Cohorts:** Modify or update cohort membership and details, including adding/removing users from a cohort.

**Multi year Support:** Cohorts can be managed on an annual basis, allowing a cohort to be available in previous years but not in the current year, or a new cohort to be added for the current year. This flexibility is enabled through multiyear support.

### 3. Role Management

**Define Roles:** Ability to create and manage various roles such as Admin, Teacher, and Student. These roles define the level of access and responsibility for users within the system.
Expand Down Expand Up @@ -52,6 +54,10 @@ sidebar_position: 2

Custom Field Examples: For instance, a gender field could use a radio button to allow users to select between options like "Male" or "Female." Custom fields are stored separately from core fields and can be managed based on the specific requirements of each tenant or user group.

### 6. User Profile Management:
### 6. Dynamic Form Management:

**Create Dynamic Form:** The ability to create dynamic forms based on specific requirements using customizable fields.

### 7. User Profile Management:

**View and Update User Profiles:** Ability for users or administrators to view and update personal information stored in the user profiles. This may include core fields or custome fields depends on requirement.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type * as OpenApiPlugin from "docusaurus-plugin-openapi-docs";

const config: Config = {
title: "Tekdi Docs",
tagline: `CATALYSE • DIGITAL • TRANSFORMATION`,
tagline: "CATALYSE • DIGITAL • TRANSFORMATION",
favicon: "img/favicon.png",

// Set the production url of your site here
Expand Down Expand Up @@ -82,7 +82,7 @@ const config: Config = {
attendance: {
specPath: "swagger/attendance-service.json",
outputDir: "docs/attendance-service/apis",
}
},
},
},
],
Expand Down

0 comments on commit 483bbd1

Please sign in to comment.