Closed doub1ejack closed 5 years ago
I cannot assign myself onto this issue because I haven't been added to the Code for BTV group, or I lack the permission to do so. Could you modify my permissions in this repository?
@sjv01180 I edited this description at Hack Night based on a discussion with Mike Pettit and Micah and I think I may have changed the essence of the ticket. What have you done on this so far? If it was just to create the expandable container, then I'll move my changes in the description to a new ticket.
The component to show one vs all is already there, so if you could let us know what you have been working on in that ticket, please tag us or hit it up in Slack
Proposing a change to the way goals are stored in the firebase database. Currently a goal is either in progress (open) or complete based on the "complete" field.
I'm proposing removing the "complete" field and adding a "status" field with possible values of "open", "submitted", or "complete". This will expand so we can have a submitted status and make the goal stateful.
Only downside I know will require a change to the populating function when it parses the CSV file and updates the database.
Hey @jfenner I just finished #92 .
It just occurred to me that we have some conflicting specs where.
92 requires these controls to be in a separate modal, but your ticket has the controls on the dashboard.
I probably probably stomped some of your code because of this.
We should get some clarity on how the user is supposed to snooze goals and mark them as complete.
@kmeyersvt Please have look at #92 and this ticket
This issue is largely addressed by #111. I'll open another issue for an item related to this PR though.
A component that will wrap the interactive goal detail fields. This issue should:
https://drive.google.com/drive/u/0/folders/1y34MjHpjr0SBSRsbQ_h2Zepfzt9gs9uQ this shows the dropdowns in the pane which was the design, but we need to move this action to when you tap on it to have the modal open to set the interval or mark something complete.