Skip to content

Commit f11ddc3

Browse files
added change log with this PR
1 parent ee0afcc commit f11ddc3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ For each PR made, an entry should be added to this changelog. It should contain
1212
- etc.
1313

1414
## Changelog
15+
- 960-notifications-add-a-dropdown-with-options-on-the-feedback-form
16+
- Description: Generate an API endpoint and publish all the dropdown options necessary as a list for LRM to consume it.
17+
- Changes:
18+
- Created a new model `FeedbackFormDropdown`
19+
- Added the migration file
20+
- Added the `dropdown_option` field to the `Feedback` model
21+
- Updated the slack notification structure by adding the dropdown option text
22+
- Created a new serializer called `FeedbackFormDropdownSerializer`
23+
- Added a new API endpoint `feedback-form-dropdown-options-api/` where the list is going to be accesible
24+
- Added a list view called `FeedbackFormDropdownListView`
25+
- Added tests

0 commit comments

Comments
 (0)