-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
40 lines (32 loc) · 1.54 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Material
- Save scroll position
- Loading screen
# New features in Expo SDK
- https://docs.expo.io/versions/latest/sdk/imagemanipulator.html
- limit imagePicker to images https://docs.expo.io/versions/latest/sdk/imagepicker.html#mediatypes-string--choose-what-type-of-media-to-pick-usage-imagepickermediatypeoptionstype-where-type-is-one-of-images-videos-all
# Bug fixes
- Remove the screen on lock
- [iOS] images are square, put them in a square frame
# Performance Improvements
- Prefetch all images
- Use the AppLoading when loading from AsyncStorage
- Hide the Finished items by default
# Features
- Make a settings / sidebar pullout thing
- Check with Miles about how the iOS UI should be
- Page to keep track of notes about wheels at the studio
- How could this possibly be useful to other users? Can it be a hidden feature?
- "Configure Your Studio" -> user sets N for a 2xN grid of wheels. Studios are usually 2xN. Ours isn't but can approximate.
- Inspiration page
- Feedback / Developer info / donate (servers cost money yo)?
- Add multiple images from library at once
- Don't show the * unless the current state has a comment
# Technical / meta
- Use the Expo fork of react-native, if it provides benefits
- [iOS] Publish to iOS store
# User Education / UX
Further ideas: https://paper.dropbox.com/doc/Pottery-App-Feedback-DtrncauSVsyrfMrBF0Ira
# Rejected ideas
- glaze hospital state - can instead use a bisque note
- post-bisque state - Miles will add it if he wants it
- Handle the fact that the images are square on iOS - leave it to Miles