Skip to content

Use LocalStorage to preserve dashboard collapse state #299

Open
@atuttle

Description

@atuttle
Owner

Relates to #259 - it would be great if we could remember which fields you have expanded.

We should think about how granular this should be. Should we make it resource-specific? resource+verb specific?

Activity

added this to the Future milestone on Sep 28, 2015
coryasilva

coryasilva commented on Oct 22, 2015

@coryasilva

Could we even go a little more coarse and group resources by there root path? Admittedly this would have to be tastefully done for apis with many different root resource paths...

atuttle

atuttle commented on Oct 22, 2015

@atuttle
OwnerAuthor

Do you just mean the order of the item rows in the dashboard?

coryasilva

coryasilva commented on Oct 22, 2015

@coryasilva

No I mean to group them like this:

- /groups

/groups
/groups/:id
/groups/:id/users
/groups/:id/members
/groups/:id/membersof

+ /pages

+ /widgets

- /users

/users
/users/:id
/users/:id/settings

atuttle

atuttle commented on Oct 22, 2015

@atuttle
OwnerAuthor

Interesting. It could be done, because they are in reverse Alpha order
(displayed in matching order).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @atuttle@coryasilva

        Issue actions

          Use LocalStorage to preserve dashboard collapse state · Issue #299 · atuttle/Taffy