Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stability Enhancements and Bug Fixes #193

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

Ashesh3
Copy link
Member

@Ashesh3 Ashesh3 commented Apr 18, 2024

Fixes ohcnetwork/ayushma#502
Backend PR: ohcnetwork/ayushma#510

Changes: ( https://docs.google.com/spreadsheets/d/1kJvCL1EQxeygsRu5m3go_ixMSP0dZdExjtxncq5_Z20/ )

Important

Dark mode is temporarily being disabled as there are many issues specific to it that need to be fixed first. Follow issue: #194

CATEGORY TASK NAME DESCRIPTION COMMENTS
Stability Resolve Sudden Logouts in Ayushma User is getting logged out suddenly while using Ayushma. Moved from cookies to localstorage for storing preferences and user session. Cookies were not being stored / parsed properly.
Stability Correct Voice Input Handling Given input (in text or audio) the question doesn't appear on the chat feed, no response appears. when given voice input error message saying "Project object has no attribute OpenAI key"  
Stability Stabilize Test Running Indicator Test status showed "running 400%".  
Stability Stabilize Test Running Indicator Test running status remains at 0% for a while, before progressing. Expected Behavior - There's a cooldown b/w the questions so the progress might be slow depending on total questions. Fix implemented: Show the exact progress as to how many questions are pending and completed.
Stability Missing Questions in Older Chats Address the issue where questions are absent in some older chat sessions. Questions were actually "blank" due to voice transcription bug. No data loss has occurred for previous questions.
Feature/Fixes Revise User Management Indicators A user is listed with the key icon denoting that he is allowed the openAI key, however, upon going to edit page, the toggle doesn't show that OpenAI key is enabled.  
Feature/Fixes Improve Test Results Downloads - CSV Test results, CSV download: The feedback appears with random numbers in the front.  
UI/UX Increase Project Listings on Larger Screens Adjust project listing view to utilize negative space more effectively, enabling more than 11 projects to be displayed initially.  
UI/UX Highlight Active Project Ensure the "default" project or selected project appears at the top of the project listing.  
UI/UX Fix Chat Button and Text Visibility Repair the non-functional chat button and modify the white button text to be visible without hovering.  
UI/UX Improve Feedback for User Actions Implement a notification for successful file upload and edits to project details (name changes, user updates).  
UI/UX Adjust New Chat Saving Logic Save only chats with content to the chat history, excluding empty "new chat" entries.  
Cosmetic Update Ayushma Branding Text Modify the top text on new chats to better reflect broader applications: "Ayushma - Revolutionizing healthcare delivery through AI and Opensource".  
Cosmetic Visibility of Ayushma Logo Adjust the Ayushma logo to be visible in light mode settings.  
Cosmetic Fix Highlight in Chat Replay Ensure the green highlight in chat responses progresses correctly through all lines of text.  

Copy link

vercel bot commented Apr 18, 2024

@Ashesh3 is attempting to deploy a commit to the Open Healthcare Network Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Apr 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ayushma-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2024 7:30pm

@shivankacker shivankacker merged commit b5d3746 into ohcnetwork:master Apr 22, 2024
2 checks passed
shivankacker added a commit that referenced this pull request Apr 22, 2024
* Feat/stt immediate display fix (#180)

* error handling added

* error handling added

* Improve User Experience by Delaying and Repositioning Interaction Buttons. (#184)

* Enhancements to Pagination and Other Fixes (#187)

* Enhancements to pagination

* Update src/app/(main)/client.tsx

Co-authored-by: Shivank Kacker <[email protected]>

* Update src/app/admin/page.tsx

Co-authored-by: Shivank Kacker <[email protected]>

---------

Co-authored-by: Shivank Kacker <[email protected]>

* Restructure and Dark Mode

* closes #183 unnecessary packages removed (#189)

* unnecessary packages removed

* package.json updated

* merging to master

* fix cookie

* test

* Closes #186 Support for bulk question import from csv  (#190)

* Upload questions from CSV implemented

* updated

* changes done

* in sync with main repo

* Bug fixes

* resolved

* pr Updated

* CSV Upload improved

* Ui update

* Stability Enhancements and Bug Fixes (#193)

* Stability Enhancements and Bug Fixes

* Build fixes

* Use react-markdown

---------

Co-authored-by: Ishan Mishra <[email protected]>
Co-authored-by: Laditya Gogoi <[email protected]>
Co-authored-by: Ashesh <[email protected]>
Co-authored-by: Vishisht Dubey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ayushma (Staging) - Test findings (9th April 2024)
2 participants