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

inefficient handling of documents and coding process #34

Open
3 tasks
hlageek opened this issue Feb 17, 2022 · 1 comment
Open
3 tasks

inefficient handling of documents and coding process #34

hlageek opened this issue Feb 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@hlageek
Copy link
Contributor

hlageek commented Feb 17, 2022

Currently, documents are render after each addition or removal of a code. Complex calculations are used to determine tag positions. For alpha release, we need to:

  • separate writing to DB from document display
    • document display should be calculated only once, upon load, and more efficiently
    • coding actions should be fully handled by JavaScript
@hlageek hlageek added the enhancement New feature or request label Feb 17, 2022
@hlageek hlageek added this to the Alpha release milestone Feb 17, 2022
@hlageek hlageek self-assigned this Feb 17, 2022
@hlageek
Copy link
Contributor Author

hlageek commented Feb 18, 2022

Partially adressed by #41. Vastly improved, but not resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant