Skip to content

Bug Fixes, UI/UXEnhancements#116

Merged
AthulyaMS merged 17 commits intomainfrom
frontend
Jan 28, 2025
Merged

Bug Fixes, UI/UXEnhancements#116
AthulyaMS merged 17 commits intomainfrom
frontend

Conversation

@KetanKBaboo
Copy link
Copy Markdown
Contributor

@KetanKBaboo KetanKBaboo commented Jan 23, 2025

Issues:-

Note - Currently, sorting the projects in UI side from get /projects response based on project_id which is auto-incremented in DB. Need DB changes if we need to implement through created_date.

Additional:

  • Implemented a progress bar for showing upload progress in projects page

  • Validation checks regarding book upload
    These are the following checks

    • if more no of chapters or verse don't upload the book, as it may be the wrong book zipped
      • extra verse message :2jn chapter 1 has only 13 verses but 20 verse found. Please upload the zip file with correct verse count
      • extra chapter message: 2jn only has 1 chapter but 3 chapters found. Please upload the zip file with proper chapter count
  • Added output_format param in tts api

@KetanKBaboo
Copy link
Copy Markdown
Contributor Author

Issue faced - Couldn't do full testing of transcription and conversion due to AI API bad gateway error.

@KetanKBaboo
Copy link
Copy Markdown
Contributor Author

Issues:

Additional:

  • Added created_date column in project table through Alembic and sorting based on created_date
  • minor refactoring and added conditions check for chapters presence in book in UI side
  • added try and except block for check ai job status api to handle gateway timeout or similar error
  • removed the file size limit for project upload

@AthulyaMS AthulyaMS merged commit 5156de0 into main Jan 28, 2025
@KetanKBaboo
Copy link
Copy Markdown
Contributor Author

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.

2 participants