Lists: add date added property (per list/item) #2852

Open
opened 2015-10-17 11:34:18 +00:00 by rlx · 2 comments
Owner
No description provided.
j added the
general
label 2015-10-17 11:34:18 +00:00
j added this to the 14.04 milestone 2015-10-17 11:34:18 +00:00
0x2620 was assigned by j 2015-10-17 11:34:18 +00:00
j added the
normal
enhancement
labels 2015-10-17 11:34:18 +00:00
Owner

right now the backend supports index (idea was to use it to manually sort lists)
adding 'added' (date added to list) as a sort key is easy. not sure jet how to make it available in a query.

on the frontend added would only be available in advanced find if the query contains one list? queries like (list a & added > x) | (list b & added > y) could work in theory but need special cases in the backend to know to which list added belongs...

would this also work? (list a | list b) & added > x now added can be 2 values...

right now the backend supports index (idea was to use it to manually sort lists) adding 'added' (date added to list) as a sort key is easy. not sure jet how to make it available in a query. on the frontend added would only be available in advanced find if the query contains one list? queries like (list a & added > x) | (list b & added > y) could work in theory but need special cases in the backend to know to which list added belongs... would this also work? (list a | list b) & added > x now added can be 2 values...
Owner

even sort needs additional work. the information is already stored in the database though.

even sort needs additional work. the information is already stored in the database though.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2852
No description provided.