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

Implement 'maintenance performed' logging for OCPL #548

Open
following5 opened this issue Oct 31, 2018 · 1 comment
Open

Implement 'maintenance performed' logging for OCPL #548

following5 opened this issue Oct 31, 2018 · 1 comment

Comments

@following5
Copy link
Contributor

OCDE and OCPL have different logic for indicating that a cache does not / no longer need maintenance.

  • OCPL has "maintenance performed" logs, which can be logged anytime by anyone.
  • OCDE has "cache is ok" logs, which can be logged anytime by anyone.

OCPL has copied the GC logic here, while OCDE has chosen to improve it. E.g. "needs maintenance" sometimes is logged erroneously, and then there is no need to perform maintenance, but just to indicate that the geocache is ok. Also, a good state of a geocache can be confirmed by "cache is ok".

OKAPI so far only reflects the OCDE logic by the needs_maintenance2 option. I am not sure how to integrate the OCPL "maintenance performed" log type. Espacially, when considering that it is also used to indicate "there was no need for maintenance" after erroneous "needs maintenance" logs.

@following5
Copy link
Contributor Author

following5 commented Nov 3, 2018

See related issue #374, which is about retrieving logs. This here is about submitting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant