-
Notifications
You must be signed in to change notification settings - Fork 6
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
Provide support for Retro-Hugos #55
Comments
Given the time-frame, would it be acceptable to have a single list of categories during the nomination phase, and look at having something richer for the voting phase? |
Given the divergence between the Dublin and upstream code branches, an important factor here is figuring out if and when you'll want to transition to a rebased solution for your instance. Upstream is getting much more modular, allowing for easier customisation. Regarding the specific implementation, there are three aspects to consider:
|
Thanks! I agree completely about the codebase divergence; that's a much bigger conversation, but this one certainly needs to be informed by it. Looking at the schema, I don't think it would be a lot of work for all the Hugo tables to acquire a |
Regarding the divergence of versions: the idea was to migrate to the dublin branch here on maailme, but since the infamous #60 it's a bit harder to keep track of changes in the master. My idea short term is not to touch the API (unless David thinks it's better in the long term: it might require changing the unique key in the database), 2 nomination/vote links and everything on the same page for admins. |
Dublin's going to have Retro Hugos and we need some ways to support that.
The easiest way would be to simply double the number of categories, but it might be confusing for the voters and administrators to have that many categories in the same list.
From a users POV, it would be better to provide a super-category (Award?) and allow the web page to display the categories coming from the same super-category. Then we could put both either on the same page or in separate pages depending on the design wishes of the administrator.
The text was updated successfully, but these errors were encountered: