-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can we remove "Lists" and just use Tags to group/organise and view similar items? #233
Comments
@nelsonic I believe However, these are two very different things in my mind. I have used both applications and paper solutions to get organised for the last 12 or so years and am in the process of writing up my research but all of the applications I have managed to use successfully have included both tags and 'lists'. Here is a list of the And here's an extract of the I stopped using this because I moved to Github and wasn't interested in using more than one tool as it meant I just couldn't trust that I wouldn't forget something if it was across multiple places. From a technical perspective, it may not make much difference in terms of the schema but from a UX perspective, losing the additional layer of organisation (by eliminating 'lists' or
In fact, a lot of the big applications out there (such as todoist and Things) have now introduced a second layer of categorisation (Things has 'areas' as well as project and tags and Todoist has just completed a 2 year complete rewrite of their application where they introduce sections within project. Totally unnecessary for now. In short, from a UX perspective, I would hypothesise that lists/projects are a necessary feature to keep things intuitively separated in one's mind and in the app. In the schema, the only point to really make here is that there might end up having to be different types of tags in case we want to display them differently or add more information to specific ones. |
@iteles it's great to see you sharing your thoughts and expertise on this topic! 😍 When building Apps from scratch there is always a dilemma when it comes to adding features pre-launch: is this a feature we 100% know we (the people using the App) are definitely going to need. So the question I was hoping to raise by opening this issue is:
|
In short, no. They're not necessary for MVP. I'll open a separate issue with the above |
On further consideration/reflection, and related to discussion in #234 (Capture) |
@iteles when you have time - ahead of sprint 2 - can you please open an issue describing how you would expect |
As part of taking a look at this MVP with fresh eyes (following the update to /product-roadmap ...)
I took a look at the ERD that includes
lists
andlist-items
:Can we simulate the idea of "lists" in the UI without having/needing the
lists
andlist-items
schema? i.e. show the person their Tags with the count next to it and when they tap/click on the tags they will see all the items with that tag grouped nicely.The only downside I can think of would be if the person wanted to share a list with a colleague/spouse and for the permissions to be applied to all the items ... 🤔
Again, I think this is achievable without needing a lists schema, because the permissions/sharing would simply be applied to the individual items.
I think I'm going to remove
lists
andlist-items
for now andif
we end up needing them, we can always add them back. The UX of a "list" can still be achieved easily in the UI simply by displaying the Tags in a menu.Thoughts?
The text was updated successfully, but these errors were encountered: