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

Improve serials #79

Open
cathoderaydude opened this issue Jun 9, 2020 · 2 comments
Open

Improve serials #79

cathoderaydude opened this issue Jun 9, 2020 · 2 comments

Comments

@cathoderaydude
Copy link
Collaborator

Serials suck atm.

  1. Add a DownloadUUID column (nillable) to tie a serial to a given download (windows 98 oem vs retail -_-)
  2. Display any linked serials on the download info page
  3. Add an ID PK to the Serials table and backfill :(
  4. For anyone who's an admin, expose an AJAX insertion prompt in the serials field so we can quickly comb the comment threads
@NattyNarwhal
Copy link
Contributor

for 1, that does mean we'd have to link it for foreign language copies too. 2. can be done through just 2. too, 3. is a simple script once the column is added (plus adding the trigger), 4. i assume you mean just have a field on the non-editing products page for it?

@cathoderaydude
Copy link
Collaborator Author

Yeah I guess we could just have a form that submits to the add serial route, no ajax bs needed?

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

No branches or pull requests

2 participants