Skip to content
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

Design UI for Fold #24

Open
3 of 4 tasks
srid opened this issue May 26, 2015 · 1 comment
Open
3 of 4 tasks

Design UI for Fold #24

srid opened this issue May 26, 2015 · 1 comment
Milestone

Comments

@srid
Copy link
Owner

srid commented May 26, 2015

Before doing #7 I must design the new UI.

How to present individual moments, summarized folds, calendar marks?

Come up with an overall picture before working on data schema and controller.

  • Make single moment UI a sub-component or separate component (so it can be re-used)
  • Make edit component compostable - Revamp edit model #25
  • Can the edit component be abstracted to edit any model type? (Moment, Fold, Mark)
  • Finalize overall UI flow
@srid srid self-assigned this May 26, 2015
@srid srid added this to the Fold milestone May 26, 2015
@srid srid mentioned this issue May 26, 2015
8 tasks
srid added a commit that referenced this issue May 26, 2015
@srid srid mentioned this issue May 26, 2015
@srid
Copy link
Owner Author

srid commented May 27, 2015

Probably should keep it all simple by having a single UI. Begin with the whole tree (rendered as calendar), and narrow down to whatever range of entries we want to show by having the user click at day/week/year level (fold level).

Also create an abstract editor to be able to edit multiple types of things (moments, folds, but also marks).

type alias Model =
  { tree     : List (Fold.Model Fold.YearLevel)
  , filter   : Search.Model
  , pagination : Range # int int
  }

cf. Look up 'tree pagination'

@srid srid removed their assignment Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant