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
|
||||
|
||||
* [Project Goals](#project-goals)
|
||||
* [Tech Stack](#tech-stack)
|
||||
* [Architecture](#architecture)
|
||||
* [Features](#features)
|
||||
* [Setup](#setup)
|
||||
* [Usage](#usage)
|
||||
* [Future Work](#future-work)
|
||||
* [License](#license)
|
||||
- [Project Goals](#project-goals)
|
||||
- [Tech Stack](#tech-stack)
|
||||
- [Architecture](#architecture)
|
||||
- [Features](#features)
|
||||
- [Setup](#setup)
|
||||
- [Usage](#usage)
|
||||
- [License](#license)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -32,22 +31,22 @@ The main objectives of this project are:
|
|||
|
||||
## Tech Stack
|
||||
|
||||
* **Backend:** [NestJS](https://nestjs.com/)
|
||||
* **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/)
|
||||
* **AI Agents:** Python or JavaScript (TBD)
|
||||
* **Database:** (TBD)
|
||||
* **Authentication:** JWT / OAuth2 / Custom Managed
|
||||
- **Backend:** [NestJS](https://nestjs.com/)
|
||||
- **Frontend:** [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/)
|
||||
- **AI Agents:** Python or JavaScript (TBD)
|
||||
- **Database:** (TBD)
|
||||
- **Authentication:** JWT / OAuth2 / Custom Managed
|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
* Automated onboarding workflow for new hires.
|
||||
* Role/domain-specific AI training modules.
|
||||
* Adaptive guidance and personalized learning paths.
|
||||
* Dashboard for tracking user progress and feedback.
|
||||
* Modular AI agent integration (Python/JS).
|
||||
* Extensible to multiple domains and roles.
|
||||
- Automated onboarding workflow for new hires.
|
||||
- Role/domain-specific AI training modules.
|
||||
- Adaptive guidance and personalized learning paths.
|
||||
- Dashboard for tracking user progress and feedback.
|
||||
- Modular AI agent integration (Python/JS).
|
||||
- Extensible to multiple domains and roles.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -65,9 +64,6 @@ TBC
|
|||
4. Follow the guided AI-assisted onboarding workflow.
|
||||
5. Track progress and view recommendations on the dashboard.
|
||||
|
||||
---
|
||||
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Reference in a new issue