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
- Modified `name` and `display_name` fields in `DataSourceFactory` to use a sequence with a prefix.
- Modified `name` and `display_name` fields in `SourceSubdivisionFactory` to use a sequence with a prefix.
- Modified `description` field in `SourceSubdivisionFactory` to generate fake text with a maximum of 250 characters.
- Modified `name` field in `GeographyFactory` to use a sequence with a prefix.
- Modified `name` field in `PathogenFactory` to use a sequence with a prefix.
- Modified `name` field in `SignalCategoryFactory` to use a sequence with a prefix.
- Modified `name` field in `SignalTypeFactory` to use a sequence with a prefix.
- Modified `name` field in `SignalFactory` to use a sequence with a prefix.
- Modified `short_description` and `description` fields in `SignalFactory` to generate fake text with a maximum of 500 characters.
- Added test cases for filtering and searching in `SignalListViewTest`.
- Added test cases for `SignalDetailViewTest`.
- Removed unnecessary code in `SignalsListView` view.
0 commit comments