Skip to content

Commit

Permalink
add enough to product roadmap to get started working on the app! #16
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 9, 2019
1 parent 3f7cd7a commit a2d16a9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ and check them off this list as we go.
+ [ ] Simple UX to **Categorise** (Transform)
the **`plaintex`** into actionable items. <br />
UI/UX **`help wanted`**: https://github.com/dwyl/product-roadmap/issues/15
+ [ ] Start working on task (_start timer_)
+ [ ] Start working on task (_start timer for item_)
see: https://github.com/nelsonic/time-mvp-phoenix#create-schemas
+ [ ] Check a task off as done.

After the MVP workflow is complete,
Expand All @@ -337,9 +338,22 @@ we will do a backlog grooming session to discuss the features/ideas list:

#### Offline Support

+ [ ] Create Progressive Web App
+ [ ] Create Progressive Web App using Elm.
see:
+ [ ] Save data on device if offline.

#### Image Capture

+ [ ] Capture (_upload_) images from mobile.
+ [ ] Categorise (_tag_) the images for findability.

#### Authentication

+ [ ] Create accounts to allow people to own their content/items.
+ [ ] Authenticate with GitHub OAuth
+ [ ] Associate person record with GitHub username + token.
+ [ ] Associate **`items`** with **`person`**



<!--
Expand Down

0 comments on commit a2d16a9

Please sign in to comment.