-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPIC: tidy
App Minimum Viable Features for Life Organising Tool
#1
Comments
Busy exploring the basic interface in Figma: https://www.figma.com/file/WrpkKGJNYZbeCzMRDVtvQLbC/dwyl-app?type=design&node-id=2204-279 |
tidy
App Minimum Viable Features for Life Organising Tool
@LuchoTurtle before you wrap up for the day and head back to Porto, 🧑💻 -> 🚗 |
Thanks for taking a look and fixing the typo + inconsistency @LuchoTurtle ❤️ |
I've updated the And show both To be clear: I don't think these wireframes are "complete" by any means. |
Continue: https://dwyl.github.io/book/tidy/02-schema.html ⏳ |
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
-id
of the object captured by theperson
name
- name can be added/edited by anyone laterdesc
- brief description of theobject
color
- the predominant color of theobject
e.g.Black
person_id
- of theperson
who created the recordowner_id
- theid
of theperson
who owns the objectlocation
- a string describing where theobject
should be stored. ref: Prescriptive vs Open Comments? #3status
- the status of theobject
record. Bydefault
a newobject
has thestatus=2
i.e.uncategorized
images
obj_id
-object.id
so that we can have one-to-many (object can have several images)url
- url of the uploaded photocomments
obj_id
-object.id
the comment is linked to.person_id
-id
of theperson
who created theobject
record.text
- text of the commentTodo
LiveView
or ideallyFlutter
@LuchoTurtle this is where the Image Classifier dwyl/image-classifier#1 finally comes into play! 📷 🖼️ 🤖 💡 🎉
As soon as we have the "basic" functionality nailed/shipped we have a legit reason to apply image/
object
detectionbecause if we can use a model to identify an
object
it can be tidied in the correct place without theowner
having to respond. 💭The text was updated successfully, but these errors were encountered: