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

Add ID to encodings #82

Open
3 tasks
cyrusae opened this issue May 18, 2022 · 0 comments
Open
3 tasks

Add ID to encodings #82

cyrusae opened this issue May 18, 2022 · 0 comments
Assignees
Labels
backend Involves /backend (the server) database Involves SQL database enhancement New feature or request frontend Involves /frontend Priority: ++++ High priority, other things cannot happen if this doesn't first

Comments

@cyrusae
Copy link
Owner

cyrusae commented May 18, 2022

  • reader.ts should check for and return the current largest ID in table Encodings while it's there (if one exists; return 0 if not)
  • Statement display should initialize with a counter equal to whatever that is
  • On selection of a new highlight, id='[that count + 1]' should be added to its produced code, and the count should increment

Backwards-compatibility isn't a huge issue due to #74; in turn, this is an attempt at reaching forwards to the point where the HTML is just straight up dynamically generated instead of saved in the database.

@cyrusae cyrusae added enhancement New feature or request backend Involves /backend (the server) database Involves SQL database frontend Involves /frontend Priority: ++++ High priority, other things cannot happen if this doesn't first labels May 18, 2022
@cyrusae cyrusae added this to the v1.1.0-alpha: working alpha milestone May 18, 2022
@cyrusae cyrusae self-assigned this May 18, 2022
@cyrusae cyrusae pinned this issue May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Involves /backend (the server) database Involves SQL database enhancement New feature or request frontend Involves /frontend Priority: ++++ High priority, other things cannot happen if this doesn't first
Projects
None yet
Development

No branches or pull requests

1 participant