You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
The current implementation of 'post category' functionality in safety tools requires users to memorize the different post ids which is practically impossible to do. Post Category Name should be referenced in place of Post Category Id.
Mocks
Acceptance Criteria
Update [Required]
When creating a new post, the user should be able to select a the post category or enter a new category
Definition of Done
All of the required items are completed.
Approval by 1 mentor.
Estimation
24 hours
The text was updated successfully, but these errors were encountered:
@Tahirih-Natang true that, but we still should be able to maintain the mapping between the post-category name and its id, either while sending data from the form to the backend, or at the backend itself.
@Tahirih-Natang The user should not be able to create a new category, but they should be able to select from one of the categories that already exists, so you can map the names of the categories to the dropdown instead of having the id.
Please submit a mock of the intended change and we'll assign this issue to you so you can start working on it :)
Description
The current implementation of 'post category' functionality in safety tools requires users to memorize the different post ids which is practically impossible to do. Post Category Name should be referenced in place of Post Category Id.
Mocks
Acceptance Criteria
Update [Required]
Definition of Done
Estimation
24 hours
The text was updated successfully, but these errors were encountered: