-
Notifications
You must be signed in to change notification settings - Fork 22
Feat: Capture == Edit Mode Screen + Functionality #329
Copy link
Copy link
Open
Labels
T4hTime Estimate 4 HoursTime Estimate 4 HoursUIenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityflutterFlutter related issuesFlutter related issuesneeds-uiA feature idea that needs UI in order to be discussed/built.A feature idea that needs UI in order to be discussed/built.priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.researchResearch required; be specificResearch required; be specifictechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Metadata
Metadata
Assignees
Labels
T4hTime Estimate 4 HoursTime Estimate 4 HoursUIenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityflutterFlutter related issuesFlutter related issuesneeds-uiA feature idea that needs UI in order to be discussed/built.A feature idea that needs UI in order to be discussed/built.priority-1Highest priority issue. This is costing us money every minute that passes.Highest priority issue. This is costing us money every minute that passes.researchResearch required; be specificResearch required; be specifictechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Type
Projects
Status
🔖 Ready for Development
As noted in dwyl/mvp#214 our goal is to have a totally separate
Editpageso that the
personediting theitemcan fully focus on what they are doing without any distractions.What is not covered in that issue is that the screen for initial
Captureis the sameand all we will be doing is pre-populating it with
item.textandtagswhen it's inEditMode.Some of this work is captured by @SimonLab in: multiline Flutter
TextField#303Todo
Figmafor this.