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

Use the FS watcher to correct data issues #66

Open
sammypanda opened this issue Aug 1, 2024 · 2 comments
Open

Use the FS watcher to correct data issues #66

sammypanda opened this issue Aug 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@sammypanda
Copy link
Owner

sammypanda commented Aug 1, 2024

Good alternative to trying to be overly defensive and corrective with repetitive code in each module/class.

- Ensure not doubling up on fs quest handling

@sammypanda sammypanda converted this from a draft issue Aug 1, 2024
@sammypanda
Copy link
Owner Author

The fs watcher submitting large chunks of quests as deleted or added, while it has been designed to not block the UI/plugin. It has unearthed some issues with mutual access to the db.

see #67

@sammypanda
Copy link
Owner Author

If implementing this, find in fb27a5f where it says

figure out if an important file was deleted here

This will require more Filesystems registered, other than just /quests/templates.

@sammypanda sammypanda added the enhancement New feature or request label Aug 1, 2024
@sammypanda sammypanda moved this from Todo to v0.6 - UX Enhancements in PlayerQuests Plan Aug 21, 2024
@sammypanda sammypanda changed the title Create a FS watcher to correct data issues Use the FS watcher to correct data issues Aug 21, 2024
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
Status: Todo
Development

No branches or pull requests

1 participant