Skip to content

Visibility Filter#1

Open
ashleyjlive wants to merge 10 commits into
mainfrom
feat-visibility-filter
Open

Visibility Filter#1
ashleyjlive wants to merge 10 commits into
mainfrom
feat-visibility-filter

Conversation

@ashleyjlive

Copy link
Copy Markdown
Owner

Description

Allow for visibility field to be included in filter when retrieving race list.

Reason

In some instances, only showing visible events may be useful.

racing.proto:
• Add optional `visible` parameter to ListRacesRequestFilter.
races.proto:
• Use optional visibility filter parameter to filter returned dataset.
• Provide description of `visible` request filter.
• Added basic test case for filtering with visibility.
db.go:
• Allow for clearing and insertion of database records.
races.go:
• Added `InsertRace` and `Clear` to RacesRepo interface for testing purposes.
• Implement ListAll without filter for test cases.
• Disable automatic seeding.
races_test:
• Refined database and repo initialisation.
• Added tests for fetching empty repos and repo insertion.
@ashleyjlive

Copy link
Copy Markdown
Owner Author

Please note that I added some additional interface functions for implementing races_test.go so I can precisely test filtering.

• Added README.md file.
racing/README.md:
• Added link to proto/README.md
• Fixed invalid testType of "db" for races_test.
• Added seeding as an optional start argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant