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

Support for putting domains into folders #56

Closed
csmith opened this issue Apr 8, 2019 · 2 comments
Closed

Support for putting domains into folders #56

csmith opened this issue Apr 8, 2019 · 2 comments

Comments

@csmith
Copy link
Collaborator

csmith commented Apr 8, 2019

For domain hoarders it'd be nice if you could group domains into folders

I think single level would be OK to start with, but nested folders eventually might be nice (e.g. work/client/foobar, work/client/baz, personal/stuff, ...)

I can't decide if you'd want to force all domains into a "root" folder or allow domains to not be in a folder?

I'd also expect the API to list the domains flatly as well (would be annoying having to iterate over each folder for most applications that want to poke the API), so I'm not sure how you'd expose it.

Maybe labels would be easier (and having the frontend automagically group things with the same labels in collapsible sections)?

@ShaneMcC
Copy link
Member

ShaneMcC commented Apr 8, 2019

Initial thoughts:

A {userid, domainid} => foldername mapping. Per-user, returned in the API calls as an extra field on the domain and let the front-end display it however it wants. Nesting achieved by splitting on / (Kinda like how gmail does nested-labels)

Doesn't really work for #57 but that can be handled separately I think

ShaneMcC added a commit that referenced this issue Apr 15, 2019
Change how we handle User CustomData, set/get it as part of the user not as a whole separate thing.
@ShaneMcC
Copy link
Member

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

2 participants