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

[FEAT] Auto refresh file list using last-modified #79

Open
RaSan147 opened this issue Jun 2, 2023 · 2 comments
Open

[FEAT] Auto refresh file list using last-modified #79

RaSan147 opened this issue Jun 2, 2023 · 2 comments
Labels
enhancement ✨ New feature or request

Comments

@RaSan147
Copy link
Owner

RaSan147 commented Jun 2, 2023

keep pinging (5sec interval?) the server if any changes was made in the folder.
If folder last-modified date is changed, then send the file list.

Or before sending file-list also check the list hash (pre send by the server) since sub-folder modification also change folder last-modified date (to save bandwidths and flash updates)

@rexackermann whats your opinion

@rexackermann
Copy link
Contributor

rexackermann commented Jun 3, 2023

keep pinging (5sec interval?) the server if any changes was made in the folder. If folder last-modified date is changed, then send the file list.

Okay, that's a safe bet actually.Make a t variable to hack with if possible.

Or before sending file-list also check the list hash (pre send by the server) since sub-folder modification also change folder last-modified date (to save bandwidths and flash updates)

And this one ... It's okay and probably a must of a sort ...if you are a perfectionist ...as long as it's not too resource intensive.

Sorry for asking too much, bt this might be an original feature of a sort.

  • Mark the new file in green or something.It would help keeping track of what was created.It's just another recommendation.

@RaSan147
Copy link
Owner Author

RaSan147 commented Jun 3, 2023

that will be hard (not hard just okk anyways i'll try to add new sign)

@RaSan147 RaSan147 added the enhancement ✨ New feature or request label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants