Fixed errors for readme
This commit is contained in:
parent
9ea28de4c8
commit
6153291a7c
1 changed files with 18 additions and 22 deletions
40
README.md
40
README.md
|
|
@ -8,14 +8,13 @@ Tentative app name: Dynavera
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
* [Project Goals](#project-goals)
|
- [Project Goals](#project-goals)
|
||||||
* [Tech Stack](#tech-stack)
|
- [Tech Stack](#tech-stack)
|
||||||
* [Architecture](#architecture)
|
- [Architecture](#architecture)
|
||||||
* [Features](#features)
|
- [Features](#features)
|
||||||
* [Setup](#setup)
|
- [Setup](#setup)
|
||||||
* [Usage](#usage)
|
- [Usage](#usage)
|
||||||
* [Future Work](#future-work)
|
- [License](#license)
|
||||||
* [License](#license)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -32,22 +31,22 @@ The main objectives of this project are:
|
||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
* **Backend:** [NestJS](https://nestjs.com/)
|
- **Backend:** [NestJS](https://nestjs.com/)
|
||||||
* **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/)
|
- **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/)
|
||||||
* **AI Agents:** Python or JavaScript (TBD)
|
- **AI Agents:** Python or JavaScript (TBD)
|
||||||
* **Database:** (TBD)
|
- **Database:** (TBD)
|
||||||
* **Authentication:** JWT / OAuth2 / Custom Managed
|
- **Authentication:** JWT / OAuth2 / Custom Managed
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Automated onboarding workflow for new hires.
|
- Automated onboarding workflow for new hires.
|
||||||
* Role/domain-specific AI training modules.
|
- Role/domain-specific AI training modules.
|
||||||
* Adaptive guidance and personalized learning paths.
|
- Adaptive guidance and personalized learning paths.
|
||||||
* Dashboard for tracking user progress and feedback.
|
- Dashboard for tracking user progress and feedback.
|
||||||
* Modular AI agent integration (Python/JS).
|
- Modular AI agent integration (Python/JS).
|
||||||
* Extensible to multiple domains and roles.
|
- Extensible to multiple domains and roles.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -65,9 +64,6 @@ TBC
|
||||||
4. Follow the guided AI-assisted onboarding workflow.
|
4. Follow the guided AI-assisted onboarding workflow.
|
||||||
5. Track progress and view recommendations on the dashboard.
|
5. Track progress and view recommendations on the dashboard.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue