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

Inconsistent subcategories naming in backend models #340

Open
jackieo5023 opened this issue Feb 23, 2021 · 0 comments
Open

Inconsistent subcategories naming in backend models #340

jackieo5023 opened this issue Feb 23, 2021 · 0 comments
Assignees
Labels
bug 🪲 Something isn't working

Comments

@jackieo5023
Copy link
Member

Describe the bug
If you look at our category model, you see "name" and "subcategories" fields, which makes sense for an array of subcategories. However, if you look at our resource model, you see "subcategory" as a field, but it is an array of strings.

Expected behavior
The "subcategory" field in Resource should be renamed to "subcategories" to be more consistent and make logical sense.
We may also need to edit some backend endpoints to reflect this change.

@jackieo5023 jackieo5023 added the bug 🪲 Something isn't working label Feb 23, 2021
@nkonjeti nkonjeti self-assigned this Mar 1, 2021
@Leundai Leundai self-assigned this Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants