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

INPUT-Handling restoration of records stored inside of recycle bin #8

Open
CarlosOVillanueva opened this issue Sep 16, 2020 · 0 comments
Labels
question Further information is requested

Comments

@CarlosOVillanueva
Copy link
Contributor

The recycle bin is currently a dynamic route generated by a *Common object created inside of routeconfig. As such, there is no package or unique functions associated with it.

The original plan was to leverage the lbAPI Web UI, and limit operations to a simple DELETE record from recycle and CREATE record using previous data payload. This would then leverage the existing DELETE and CREATE handlers already associated with the virtualserver and recycle routes.

There is also a valid argument to include a recycle package that supports arguments passed to the recycle route that automatically performs the necessary calls and checks to restore the deleted record.

WANT

  • Pros/Cons on creating a dedicated package or leaving it as independent actions that can be instrumented via the web UI
@CarlosOVillanueva CarlosOVillanueva added the question Further information is requested label Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant