Releases: debsouryadatta/AiVerse
Releases · debsouryadatta/AiVerse
Release v0.3
Issues Solved
- #10 - [FEAT]: Separate the course generation logic into the FastApi service using langchain python, integrate the whole thing using docker-compose ✅
- #11 - [FEAT]: Create a New Roadmap Generation section, where roadmaps will be generated based on the roadmap title ✅
- #12 - [BUG]: Fix the bug in the course pdf export feature ✅
- #13 - [FEAT]: Create the new UI for the explore page. Posts table creation with explore posts page, post page and create post page ✅
- #14 - [MOD]: Update the search page including the search posts result tab ✅
- #15 - [MOD]: Update the bookmarks page to have only two tabs for showing the saved posts & saved courses ✅
- #16 - [MOD]: Update the profile page to have two tabs for showing the user posts & user generated courses, put delete options beside them. Also remove the delete options in the edit profile drawer ✅
- #17 - [MOD]: New payment system, one time stripe payment for absolute credits, different ai support -> different credits ✅
- #18 - [MOD]: Shift the roadmap page into aitools page, modify the ui of the aitools page. Roadmap page should have the generation feature as well as saving them to the db ✅
- #19 - [FEAT]: Create a new ai tool, i.e. the voice mentor, set up the schema, create the backend endpoint for stt(groq-whisper), llm response(groq) stuff then the tts(deepgram) at the frontend, set up the credits reduction per 10sec of the voice mentor ✅
- #20 - [MOD]: Revamp the landing page of AiVerse, name change everywhere from "CourseX" -> "AiVerse", Add Preview image & url feature with html metatags ✅
Release v0.2
Issues Solved
- #1 - [FEAT]: Build a modern landing page using aceternity components ✅
- #2 - [FEAT]: Switch from Top Navigation to Sidebar Navigation ✅
- #3 - [FEAT]: Add a Carousel of featured courses on the gallery and add the search page functionality as well ✅
- #4 - [FEAT]: Profile page functionalities -> see followers, following, total courses. Follow feature addition, Edit Profile option ✅
- #5 - [FEAT]: Add course visibility feature, public or invite only and also add uploading course banner feature manually ✅
- #6 - [FEAT]: Add a Concept check component which will include few mcqs based on the chapter contents, generate the mcqs using the langchain ✅
- #7 - [FEAT]: Create a payment functionality for premium generations, free tier -> 10 generations, premium -> 300 generations ✅
- #8 - [FEAT]: Create a dockerfile, docker-compose file and github actions yml file for deploying it to VM and enable CI/CD ✅