Skip to content

Releases: avantifellows/gurukul

v0.7.0

16 Apr 05:45
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0...v0.7.0

v0.6.0

26 Mar 10:11
a234cb4
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Mar 07:03
Compare
Choose a tag to compare

Notes

  • Now live sessions will be shown based on the time table
  • Mixpanel events are now available

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Feb 05:36
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Dec 12:17
436525c
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Dec 07:25
93d4f94
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Nov 06:09
Compare
Choose a tag to compare

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

Full Changelog: v0.0.2...v0.1.0

Release v0.0.2

10 Oct 09:57
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Aug 04:24
6c7c701
Compare
Choose a tag to compare

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