Re: [Announce] Multilist
First you have a great list here that I highly recommend capturing in individual feature requests
https://bugs.maemo.org/buglist.cgi?q...ilist&content=
Quote:
Originally Posted by x-lette
(Post 626046)
- search works excellent now. Next step could be implementing regex-support - but imho you can put that on the very bottom of the todo list
|
This would probably be best done once the backend is changed. Right now it does search by doing an SQL query.
Quote:
Originally Posted by x-lette
(Post 626046)
- more important could be a filter/search by one of the additional fields. Actually search only queries the title. Being able to query the note field too may be very comfortable. Also I don't see a possibility to filter items by priority, quantity or any of the given fields. Would that be possible?
|
That could work well. I think the UI I would put on top of this is a touch selector on the left of the search bar that lets you select which field (or all) to search. This might be able to be done with the current backend but a new backend would make it a lot easier.
Quote:
Originally Posted by x-lette
(Post 626046)
- export creates a csv file with a uid in it. Could you explain how to create that uid, so one could create a similar file for importing data? And probably you could add the possibility to select which list to export. ATM all lists are exported into one file
|
I actually ignore the uid on import. I realized after that I probably should have not exported it. If/when I make import/export more flexible is when I'd fix that so as to not break compatibility.
I don't consider all lists being exported too big of a deal right now. Either right a fancy regex in your favorite text editor to remove all unwanted lines or open it in a spreadsheet to manipulate to your hearts content.
I could see it being helpful to eventually do though. The UI would be simple, just a touch selector or lists (and an all option) with the current list highlighted. I just dislike adding another dialog to the process.
Quote:
Originally Posted by x-lette
(Post 626046)
- there is a field called 'date' but I just don't know what it's supposed to be. There is no date selector and I can enter any data I like to. What's the deeper meaning of this field?
|
Bringing up a date selector on selecting that field would be a very good idea. I like.
Quote:
Originally Posted by x-lette
(Post 626046)
- Would it be possible to have separate settings for the lists? I'd like to set up different lists where I'd need different fields enabled but these settings always apply to all lists.
|
Depending on how I organize a new backend, this would be pretty easy. The difficult part is deciding how to handle global import/export.
Quote:
Originally Posted by x-lette
(Post 626046)
- My biggest wish: could you in any way implement a possibility to create a daily entry? I need to track my allergic reactions and would like to have an entry for every day either with the date as title or using a working date field where the actual date is pre-filled. So I'd just need to tap on "add entry" and have a basic entry for that day and then just needed to fill in the strength of reaction. Multilist would be perfect for that, but entering a date is a pain on this device.
|
Right now multilist is very simple and doesn't actually deal with dates (besides having a field. I don't know how much I'd want to get into this area due to its affect on complexity of both code and UI. It'd be good to note though if I ever get some brilliant idea on how to do this or to encourage someone to write a brilliant patch to do this.
|