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

Automatically extract Date tags #175

Open
kirillt opened this issue Jan 3, 2022 · 3 comments
Open

Automatically extract Date tags #175

kirillt opened this issue Jan 3, 2022 · 3 comments
Labels
feature Feature to implement

Comments

@kirillt
Copy link
Member

kirillt commented Jan 3, 2022

It would be convenient to label automatically resources according to their "creation date".
If a resource type carries date-metadata, it must be extracted.
E.g. for images, we should extract date from EXIF-metadata.
For the rest of resources, "first discovered" attribute must be used (see ARK-Builders/arklib#66).

Date must be split into orthogonal tags, e.g. "Jan 3, 2022" would result in tags "year:2022, month:january, day:3, day:monday".
All auto-derived tags (we might have other kinds in the future, e.g. geo-based) must be displayed distinctly from manual tags.

This feature should be configurable (ideally, on per-folder basis, but in the beginning just in Settings screen #77).
A user should be able to finely-tune which tags she needs and which not, e.g. user might be interested only in months or years and not days of week.

@kirillt kirillt added the feature Feature to implement label Jan 3, 2022
@kirillt
Copy link
Member Author

kirillt commented Feb 7, 2022

Similar to ARK-Builders/ark-android#22

@kirillt
Copy link
Member Author

kirillt commented Jul 8, 2022

"Created" date can be used for auto-derived date tags, the same as "First discovered" date
ARK-Builders/arklib#67

@kirillt
Copy link
Member Author

kirillt commented Jul 8, 2022

Resource Grid, when sorted by date, can separate groups of resource by tags as well, e.g.:

[today]
resource 1, resource 2

[yesterday]
resource 3, resource 4, resource 5

[this week]
... 5 other resources ...

[this month]
...
[last month]
...
[this year]
...
etc.

@kirillt kirillt changed the title Automatically-derived Date tags Automatically extract Date tags Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature to implement
Projects
None yet
Development

No branches or pull requests

1 participant