EPIC: `tidy` App Minimum Viable Features for Life Organising Tool
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 8
- Forks
- 0
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
While this is a "Mini App" that only has "one job", there are still several features that it needs to perform well.
Schemas
object
obj_id-idof the object captured by thepersonname- name can be added/edited by anyone laterdesc- brief description of theobjectcolor- the predominant color of theobjecte.g.Blackperson_id- of thepersonwho created the recordowner_id- theidof thepersonwho owns the objectlocation- a string describing where theobjectshould be stored. ref: https://github.com/dwyl/tidy/issues/3status- the status of theobjectrecord. Bydefaulta newobjecthas thestatus=2i.e.uncategorizedNote: we may need to add more
statusesfor this Mini App. If you want to take this on. Please comment. 💬
images
obj_id-object.idso that we can have one-to-many (object can have several images)url- url of the uploaded photo
comments
obj_id-object.idthe comment is linked to.person_id-idof thepersonwho created theobjectrecord.text- text of the comment
Todo
- Sketch Wireframes
- Build backend
- Build front-end using
LiveViewor ideallyFlutter - Ship the first version in less than 2 days so we can get testing!
- Iterate!
@LuchoTurtle this is where the Image Classifier https://github.com/dwyl/image-classifier/issues/1 finally comes into play! 📷 🖼️ 🤖 💡 🎉
As soon as we have the "basic" functionality nailed/shipped we have a legit reason to apply image/object detection
because if we can use a model to identify an object it can be tidied in the correct place without the owner having to respond. 💭
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.