Cybertronix
Cybertronix copied to clipboard
A job management app built with Flutter and Firebase.
I'm sick of the god forsaken mess of unintelligible code that it currently is. No more ExpansionPanels. Make a dedicated page for each thing to be created. Hand-design each one.
Currently none of the forms are being validated. This is, for obvious reasons, not going to work.
Currently I have a lot of ``` if (!snapshot.hasData) { return Widget(); } ``` This does not account for if the Stream or Future has completed and just has no...
There's been some changes over time that I haven't been keeping updated.
I need to find a library that can automatically fill PDF forms. If this can be done in Dart, consider making it happen client-side. If not, consider the implications of...
- [ ] Remove "new" since it's optional. - [ ] Check for commas everywhere, so I can auto-format. - [ ] Convert strings to single-quotes
Currently a job is a one-time thing, scheduled once and done. In reality, a job may need multiple "visits" and has more than one "status". Potential statuses: Open, Closed, Cancelled...
It's definitely not clean or safe, but it holds up for now.
If an object doesn't have a "name" it will crash most systems, either soft or hard. While this is a data validation problem, the consequences are too high to ignore.
I need a decent, copyright free, placeholder image for contacts. (As much as I love hey-ladies.jpg) A nice "Add a photo" pic would be nice for jobs too (that don't...