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

Working on issue 201 : Allow picking multiple categories #395

Closed
wants to merge 1 commit into from

Conversation

alicendeh
Copy link
Contributor

@alicendeh alicendeh commented Apr 11, 2022

Summary

Working on issue 201 entitled Allow picking multiple categories and add more category options

Description of PR here...
Enabling users to add multiple categories at once before submission.
Closes #201

Changes

-Added packages @emotion/react,@emotion/styled,@mui/material

  • Changed select to Stack from @mui/material/Stack material UI library

Screenshot

Screenshot from 2022-04-11 14-28-29

@alicendeh alicendeh changed the title Working on issue 201 Working on issue 201 : Allow picking multiple categories Apr 11, 2022
@alicendeh
Copy link
Contributor Author

alicendeh commented Apr 11, 2022

Hi @NdibeRaymond and @tuxology could you please take a look at this.
Also, i have a question

Does the API allows the submission of an array of categories

@tuxology
Copy link
Member

Currently these categories are hard-coded and fixed. We came up with around 10 of them based on project types. "Tags" however are dynamic. There is a task related to reorganizing categories and tags. Tags are intended to be uses as hashtags etc, while categories are more rigid and are good for browsing using "breadcrumbs" style navigation. We don't have that support currently as well and this work is still in ideation phase (check https://github.com/unstructuredstudio/zubhub/wiki/Feature-Roadmap-&-Ideas-2022#35-tags-and-categories-restructure). In such case, this PR does not really help in proving the UX for now. If you want you can propose a new idea of Category vs Tags resolution, please start a discussion! For me, it mostly looks like categories == breadcrumbs and tags are what we add as hashtags under description. Therefore, this will also change the UX of individual projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the UX around categories
3 participants