-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use search query parameters for additional search views in the API (#…
…3887) * Use query parameters for API collections Signed-off-by: Olga Bulat <obulat@gmail.com> * Fix source validation Signed-off-by: Olga Bulat <obulat@gmail.com> * Update documentation Signed-off-by: Olga Bulat <obulat@gmail.com> * Update api/api/serializers/media_serializers.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Update api/api/serializers/docs.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Update api/api/docs/base_docs.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Update api/api/serializers/docs.py Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu> * Rename env variable to SHOW_COLLECTION_DOCS Signed-off-by: Olga Bulat <obulat@gmail.com> * Combine search request source serializer with search request serializer Signed-off-by: Olga Bulat <obulat@gmail.com> * Move index validation to media_serializer Signed-off-by: Olga Bulat <obulat@gmail.com> * Remove MediaListRequestSerializer Signed-off-by: Olga Bulat <obulat@gmail.com> * Update tests Signed-off-by: Olga Bulat <obulat@gmail.com> * Use .format for doc strings Co-authored-by: FelixSjogren <felixarvidsjogren@gmail.com> FEAT - Add lot for the content instead of a prop (#2) Closes #2 Co-authored-by: Stagge <jonatan.stagge@gmail.com> TEST - Add tests for VTag (#7) Added tests for Vtag, tests include: All props are sent to VButton VTag renders slot content Renders anchor tag. Co-authored-by: Stagge <jonatan.stagge@gmail.com> FEAT - Ensure inner VButton emits and handles events in VTag #4 Closes #4 Added accessibility label (#10) - Added aria-label to indicate that that the link is a tag Improvements from review lint Signed-off-by: Olga Bulat <obulat@gmail.com> * Add comments on when fields need to be updated Signed-off-by: Olga Bulat <obulat@gmail.com> --------- Signed-off-by: Olga Bulat <obulat@gmail.com> Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
- Loading branch information
1 parent
75a2e7c
commit a675f46
Showing
21 changed files
with
520 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
COLLECTION = "unstable__collection" | ||
TAG = "unstable__tag" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.