iOS-bootstrap
iOS-bootstrap copied to clipboard
Future work for iOS-bootstrap
Tracking changes to u/elbosc/main branch:
- [ ] Open Screen
- [x] Import model
- [x] Switch between models
- [x] Delete models
- [ ] Name and rename projects
- [ ] Update folder path schema for saving projects
- [ ] Play View
- [x] Taskbar buttons for flipping camera, photo picker
- [ ] Camera zoom
- [ ] Bugs
- [x] Landscape orientation doesn't work with camera
- [x] Flip camera not working
- [x] Fix orientation and cropping issues with images sent to prediction
- [x] Fix screenshot functionality to save the image sent as input for processing
- [x] Fix "image not found" logs
- [ ] Squared image for image preview doesn't appear to be perfectly centered for portrait orientation
- [ ] Refactoring
- [x] Move prediction and view model logic out of view controller
- [x] Hook project picker import to view model
- [x] Move capture session logic out of view controller
- [ ] Remove frame-rate check
- [ ] Engineering Systems
- [x] CI pipeline
- [x] Environment variable for viewing image sent for inference
- [ ] Linting
- [ ] Unit testing
- [ ] Polish
- [x] Set tint to Lobe Green
- [ ] Consider remove stack list style for open screen list
- [ ] Remove header background that appears on landscape mode for iPhone
- [ ] Add UI transition animation for camera flip
- [ ] Update icon to new logo
- [ ] Loading screens for launch, open screen, and play view
- [ ] Handling errors in all views
- [ ] Docs
- [ ] Update README's with new files