Releases: avantifellows/gurukul
Releases · avantifellows/gurukul
v0.7.0
Notes
- With the successful launch of portal v2, now all the quiz are also fetched from dbservice
- Mutiple API calls to fetch live classes/quiz of logged in user are now replaced with a single API call resulting in reduced page loading time
- Favicon is now updated
What's Changed
- Feat: Fetch quiz from dbservice by @Bahugunajii in #44
- Feat: Performance Optimization by @Bahugunajii in #48
- Feat: Favicon updation by @Bahugunajii in #47
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Notes
- Session card content is now modified
Teacher:All
as default dropdown option is now removed- Buttons are now aligned for smaller screens
- Date is now available for all class recordings
- Test attempted date is now available in all reports
- Bugfixes made
- 12hr format is included for all sessions
What's Changed
- Fix: Feedbacks by @Bahugunajii in #31
- Feat: Removal of
Teacher:All
option from dropdown by @Bahugunajii in #32 - Fix: Button alignment by @Bahugunajii in #30
- Feat: Show date along with class recordings by @Bahugunajii in #33
- Feat: Added test attempted date by @Bahugunajii in #37
- Fix: No classes / tests issue on login by @Bahugunajii in #36
- Feat: Live classes and quizzes card modification by @Bahugunajii in #40
- Feat: API route changes based on new schema by @Bahugunajii in #42
- Feat: Show time in 12hr format by @Bahugunajii in #43
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Notes
- Now live sessions will be shown based on the time table
- Mixpanel events are now available
What's Changed
- Fetch live sessions based on time table by @Bahugunajii in #28
- Mixpanel integration by @Bahugunajii in #19
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Notes
- Now user details are fetched from the token itself
- Logout funtionality is now available
- Users can browse sessions belonging to their batch
- Nextjs native fetch if now being used for caching and revalidation
- Class Library is now available
- Quiz sessions are now being fetched from firestore db
- Minor UI enhancements are made
- Users will be redirected back to portal when they join a session as portal will be responsible for capturing the attendance
What's Changed
- Fetch user details from token by @Bahugunajii in #16
- Added logout functionality by @Bahugunajii in #18
- Home page: Show sessions belonging to a user by @Bahugunajii in #20
- Replacing axios with fetch for Nextjs Caching and Revalidation by @Bahugunajii in #21
- Class library by @Bahugunajii in #22
- Fix: Bottom Navbar by @Bahugunajii in #23
- Commented out performance analysis section by @Bahugunajii in #24
- Changes: Display text by @Bahugunajii in #25
- Feat: fetch quiz sessions from firestore by @Bahugunajii in #26
- Fix: Redirect to portal for attendance capture by @Bahugunajii in #27
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Notes
- Server components are now separated from client components
- Now chapters can be shown based on the curriculum
- Test Planner links are also added in home page
- More code optimizations are done
What's Changed
- Separated client and server components by @Bahugunajii in #15
- Show Chapters based on Curriculum by @Bahugunajii in #17
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Notes
- All the chapters can now be viewed in the same page.
- If there are no pending live classes/quiz, an info message will be shown to the user.
What's Changed
- Removed pagination by @Bahugunajii in #13
- ✨ Show info message on home page by @Bahugunajii in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Notes
- Implemented a CI pipeline, enhancing the development and deployment processes.
- Introduced a Reports Page, providing users to view their reports.
- Added a Content Library, making it easier for users to access and manage learning materials.
- Made the application responsive for larger screens, ensuring a seamless user experience across various devices.
- Revamped the Home Page.
- Conducted a comprehensive code refactoring to enhance maintainability and readability.
- Introduced a new Content/Class selection page.
- Implemented resource loading optimizations, particularly when expanding chapters. This ensures a smoother user experience.
What's Changed
- CI pipeline by @Bahugunajii in #7
- Reports Page by @Bahugunajii in #5
- Content Library by @Bahugunajii in #6
- Made application responsive for larger screens by @Bahugunajii in #8
- Home page by @Bahugunajii in #9
- 🎨 Code Refactoring by @Bahugunajii in #10
- Content/Class selection page by @Bahugunajii in #11
- Load resources on chapter expansion by @Bahugunajii in #12
Full Changelog: v0.0.2...v0.1.0
Release v0.0.2
Notes
- Bottom navigation bar now ready on all pages
- Token validation is set up, which means we can start working on authentication
What's Changed
- Bottom Navigation Bar by @Bahugunajii in #3
- Token validation by @Bahugunajii in #4
New Contributors
- @Bahugunajii made their first contribution in #3
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Highlights
- Basic structure of app is now ready
- Reports are being retrieved from the reports API
- Content DB (not directly in this repo) is in progress
Next Steps
- Use token based authentication from Portal so that student ID is obtained from local storage
- Report cards with summaries
- Content Cards with links to content
Commits
New Contributors
Full Changelog: https://github.com/avantifellows/gurukul/commits/v0.0.1