We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Utskott
This should probably have been done from the beginning as this will be a lot of work... BUT - I think it's a necessary thing to do.
We should move away from the hard coded utskott enum in graphql and store utskott in the DB as well as relations to their respective posts.
utskott
This would be an improvement for many reasons:
I know this is not something we do often but it's still a pain to regenerate schemas etc. if an enum changes
description
My thinking is that it should have fields like:
id
name
abbreviation
shortDescription
articleLink
color
The text was updated successfully, but these errors were encountered:
Agreed. But yes, a bit of a pain. Would also make it possible to change things about NollU when desireable
Will most certanly need a DataLoader, but that's probably easy to add
Sorry, something went wrong.
Muncherkin
No branches or pull requests
This should probably have been done from the beginning as this will be a lot of work...
BUT - I think it's a necessary thing to do.
We should move away from the hard coded
utskott
enum in graphql and store utskott in the DB as well as relations to their respective posts.This would be an improvement for many reasons:
description
field to the utskott column, so that "utskottsordförande" can edit their own description on the site.My thinking is that it should have fields like:
id
- pkname
- Ex. Informationsutskottetabbreviation
- Ex. InfUshortDescription
- A short description that summarizes the utskottdescription
orarticleLink
- Either we store the entire description, or we link it to an article that describes the utskott in more detail.color
? - Not sure about this, but could be a fun idea to let them decide their own utskott-color.The text was updated successfully, but these errors were encountered: