Releases: avantifellows/plio-frontend
Releases · avantifellows/plio-frontend
Weekly release for May
Features
- Integration with plio-analytics for fetching all the analytics for each plio.
- Each plio in the home page is now linked to its own dashboard page through an
Analyze
button - A new summary dashboard page for each plio showing aggregate metrics and option to download a CSV dump of all its data.
- Pagination for the home page
- New search functionality where the search is directly fetched from the backend.
Bug fixes
- #227 a user not in an org's workspace was being redirected to the org home page on home button click.
- #229 The placeholder for no plios used to load first instead of the table placeholder
- #228 The home page kept loading and getting stuck on pending after every small change
- #235 A bug in the reauthentication implementation was resolved.
v0.1.1 - Weekly release for May
Features
- support for websockets to trigger events from the server
- auto-refreshing auth tokens and logging users out when refresh token expires
- complete language localization of the platform for hindi
- uses
secure-ls
to encrypt the localStorage - adds badges to the README
Bugs
- Adding a question while the video is playing led to an error #221
v0.1
This is the first minor version release for the Plio frontend 🎉 . This release involves:
- New application UI and theme guide.
- Storing data at browser end using
vuex
andvuex-persisted-state
- Functionalities for user authentication through OTP and Google sign-in
- Updates based on new backend structure and REST API
- Dockerization of the project and installation steps updated
- AWS ECS Continuous Deployment and deployment steps updated
- Flake8 added to pre-commit checks
- Removed Zappa settings and using
.env
based environment variables handling
v0.0.2
This pre-release contains:
- Directory and files restructuring
- UI framework integration - PrimeVue
- Tailwind integration
v0.0.1
This is the first patch release for Plio-frontend.
Changes include:
- Readme cleanups and better installation & deployment guides.
- GitHub badges are in place
- Pre-commit feature & Continuous Integration added
- Question structure updated - changed terminology to items
- Updates to localization feature
Alpha Release
0.0.1 Updating README for open source release