-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Mack Talcott edited this page Dec 31, 2023
·
6 revisions
New features & enhancements
- Basic filtering & sorting (https://github.com/mtalcott/google-photos-deduper/issues/7)
- Improve duplicate detection model accuracy (https://github.com/mtalcott/google-photos-deduper/issues/27)
- Handle all potential media item types
- Burst photos (https://github.com/mtalcott/google-photos-deduper/issues/20)
- Videos
- Improve UX & error handling
- Save library size, provide better progress
- More accurately reflect work to be done
- Items already downloaded
- Items that don't need to be refreshed
- Better messaging after failures (e.g. "resume" not "start over")
- Implement React error boundaries
Automated testing improvements
- E2E
- Integration/API
- Unit
- React
- Python
Creating a publicly accessible, hosted version of the application
- Cloud hosting
- Filesystem storage -> AWS S3 / GCP's Google Storage
- Security & privacy
- Permissions / AuthZ
- Logically separate user data (thumbnail images)
- Google app
- Obtain increased quota limits
-
Oauth verification review: Complete verification requirements
- Homepage Requirements
- Privacy Policy
- Verify Domain Ownership
- Restricted Scope? -> Security Assessment
- Google Photos APIs integration review (details supplied upon acceptance into the Google Photos partner program
-
Oauth verification review: Complete verification requirements
- Obtain increased quota limits
- Refactor similarity map + groups, & tests
- Python typing
- mediaItem
- Other typing errors
- CSS cleanup
- Split up React components