Skip to content

Add ID to encodings #82

@cyrusae

Description

@cyrusae
  • 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.

Metadata

Metadata

Assignees

Labels

Priority: ++++High priority, other things cannot happen if this doesn't firstbackendInvolves /backend (the server)databaseInvolves SQL databaseenhancementNew feature or requestfrontendInvolves /frontend

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions