-
Notifications
You must be signed in to change notification settings - Fork 0
Feature: Street project type #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
504dfda to
4375930
Compare
37d98f2 to
6120638
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #118 +/- ##
===========================================
- Coverage 80.39% 78.93% -1.46%
===========================================
Files 176 183 +7
Lines 8982 9390 +408
Branches 800 855 +55
===========================================
+ Hits 7221 7412 +191
- Misses 1468 1681 +213
- Partials 293 297 +4 ☔ View full report in Codecov by Sentry. |
129acc8 to
7c69c66
Compare
f2b8fad to
8c0742e
Compare
| "mapillaryImageFilters": { | ||
| "isPano": True, | ||
| "creatorId": None, | ||
| "organizationId": None, | ||
| "startTime": None, | ||
| "endTime": None, | ||
| "randomizeOrder": False, | ||
| "samplingThreshold": None, | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to group these by mapillaryImageFilters? @thenav56
| Field( | ||
| default=None, | ||
| pattern=r"^\d{4}-\d{2}-\d{2}$", | ||
| pattern=r"^\d{4}-(0?[1-9]|1[0-2])-(0?[1-9]|[12]\d|3[01])$", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a description.
"A valid date in yyyy-mm-dd format"
1835873 to
c9f8fec
Compare
- Add mapillary api call setup - create project specific type
- Add Tutorial setup for street project - Add typing for the tutorial and project objects
- Merge migrations with develop
c9f8fec to
a48328d
Compare
Changes
Depends on
Changes to configurations
This PR doesn't introduce any:
printThis PR contains valid: