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

Dev 1.3. #149

Merged
merged 56 commits into from
Jan 5, 2025
Merged

Dev 1.3. #149

merged 56 commits into from
Jan 5, 2025

Conversation

hlageek
Copy link
Contributor

@hlageek hlageek commented Jan 4, 2025

A bundle of backend/frontend changes and refactoring.
Main point:

  • displayed segments are now calculated for each

    so that we actually generate valid html for tags (closing them within the encompassing paragraph)

  • new css styles and classes
  • new system observers for annotation screen
  • toggle for highlight/underline
  • toggle for two-column display of codes
  • incorporated small JS library for draggable column width in annotation screen
  • Quick Tag function using iframe setup for annotation screen plus necessary JS functions
  • code editing functionality
  • click on document name in analysis screen takes users to annotation screen with corresponding document
  • fixes refresh codes in coding screen #130

@hlageek hlageek requested a review from skvrnami January 4, 2025 16:12
@hlageek
Copy link
Contributor Author

hlageek commented Jan 4, 2025

Ooops, lots of failing checks 😰 Most seem to be from the work-in-progress functions for refi-qda import.

hlageek and others added 3 commits January 5, 2025 12:32
when user tries to click on document link in Analyze screen before Annotation screen has a previously open document, the app fails. Added a condition to use internal code ID if it is unavailable from document selector.
@hlageek hlageek merged commit 609371f into main Jan 5, 2025
4 checks passed
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.

refresh codes in coding screen creating new code on annotation screen code editing
2 participants