-
Notifications
You must be signed in to change notification settings - Fork 27
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
category reshuffle #42
Comments
I prefer more general top categories. But what could they look like? |
I will add our existing categories folders as enum to the json schema, as we need to ensure to not get a category jungle |
I think it's done. Can we close this issue? |
ugh! ugh! ugh! it's already very unuebersichtlich with only 150 questions, weren't we hoping for substantially more? I don't think the "everything in one directory" scheme will scale very well... |
Hmm, but putting them into directories for categories would make no sense I think, they are too generic. Do you think putting them in folders for sub categories would be a good idea? Don't know how many we'll eventually have, and if it really helps you to find out if a question already exists. |
i would go for sub-folders too and can move everything around. Such a structure is also more accessible to users as they can directly scan the availble sub-cats |
While I'm complaining: the category/subcategory thing doesn't make sense to me (e.g. categories "frontend" and "backend", no category "programming", category "culture" and subcategory "culture" ...) especially the explicit limitation of categories in the schema: are questions about "hardware", "c", "sql", "java", "erlang", ... not allowed? Also, no creator_email? AND I don't like wrapping {{question: { the actual question}} ... Admittedly the last two points just bother me and I don't really care, but the cat/subcat thing and restricting the categories is wrong IMO... |
We can easiely allow more cats and choose the enum approach to prevent uncontrolled growth of the list. Yes no creator_email the creator field was supposed to be free of any type and we added twitter+github to be able to connect to social networks. I dont really favour more creator fields because of the clutter and the resulting need for a separate creator object, which would it make harder to build/read questions. I can change the description for the creator field => ".. name or email .." Nesting: We like to be explizit, an this leaves room for future enhancements e.g own creator or answer objects on the top level |
Until now we used the category in the question object and the folder name.
We want to compress the folder structure on the top level with only four main folders(categories). This would lead to a mix of lots of different coding lang-question being in the same folder.
How to ensure proper categories and keep the structure logically?
Proposal:
The text was updated successfully, but these errors were encountered: