-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: Designer Dashboard Improvements #457
feat: Designer Dashboard Improvements #457
Conversation
0270a63
to
960234a
Compare
Visit the preview URL for this PR (updated for commit d820e77):
(expires Mon, 24 Jul 2023 17:26:30 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: b9506be12830a451dbaab8eda40300701863ad3e |
6dff83c
to
b0e5648
Compare
e6379a3
to
297648e
Compare
543cbe5
to
348d7e2
Compare
6356e4e
to
3698a53
Compare
7b8ef92
to
c59debb
Compare
…ents # Conflicts: # CONTRIBUTING.md # designer_v2/lib/features/auth/auth_scaffold.dart # docker/README.md # flutter_common/.pubignore # flutter_common/lib/envs/.env.hpi # flutter_common/pubspec.yaml # melos.yaml
Visit the preview URL for this PR (updated for commit 595a717):
(expires Wed, 23 Aug 2023 08:10:14 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2149dad49ed83535217e50d5c18c0c8c90da629b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! See little comments & some thoughts on UI/UX below
UI/UX (feel free to object!)
- the search bar has this skeuomorphic design that afaik is not used anywhere else in the designer; i would switch to the flat style to make it look more streamlined
- the ability to disable/unclick the sorting to me only makes sense if there is a direct use for the order the studies are shown in in this state. right now it looks like it's just whatever order they have in the database which the user shouldn't have to care about (unless this does have a meaning, then this meaning should be communicated through a clickable field as well). i would do one of
- disable the "don't sort" option by always sorting by something and displaying this accordingly with the arrow (e.g. by default/initially we sort by name descending). clicking one of the fields then just toggles the arrow back and forth and there is no way to completely get rid of it
- give having all arrows disabled the meaning of sorting by a custom order (compare spotify playlists). with this the user should be able to drag & drop to reorder the studies. then the default/initial state can be that no arrows are selected and this custom order is shown. dragging a study when any arrow is disabled (i.e. sorting by anything but the custom order) should not be allowed
designer_v2/lib/features/design/info/study_info_form_controller.dart
Outdated
Show resolved
Hide resolved
|
48da110
to
595a717
Compare
closes #432
More todos moved to issue #494