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

Added front-end/backend async taskloop #4

Closed
pamtbaau opened this issue May 11, 2022 · 3 comments
Closed

Added front-end/backend async taskloop #4

pamtbaau opened this issue May 11, 2022 · 3 comments

Comments

@pamtbaau
Copy link
Collaborator

pamtbaau commented May 11, 2022

I've taken the liberty to add a few things:

  • Created a UI to show dirty pages and allow user to check pages and commit/revert.
    The UI resembles as much as possible the UI of Grav Admin.
  • Commit/revert/other request are sent async to server and passed to RequestHandler
  • RequestHandler detects the requested task (eg. fetch dirty pages/commit/revert/other) and handles the request.
    Except for the fetching of dirty pages, the task handlers are dummies.

Environment:

  • Typescript
  • SCSS
  • Node

If you are interested, you may want to have a look at branch "pushy-admin-request". In case you don't like it,.. well I've had some fun anyway.

By the way, did you have a look at https://github.com/symplify/git-wrapper? The one you currently use is abandoned and quite old... Also, this one looks quite clean and simple.

Untitled

@hughbris
Copy link
Owner

Thank you! Looks good, gonna take a look shortly.

did you have a look at https://github.com/symplify/git-wrapper?

In the comment which brought this plugin about on GitSync, I mention that I discovered a few alternatives which look better and are active. Can't remember if that was one. Yes, I want to switch to one that's active and properly documented. Thanks for that too!

@hughbris
Copy link
Owner

Was added circa e2a27c9.

BTW @pamtbaau, do you know about referencing and closing issues in commit messages?

@pamtbaau
Copy link
Collaborator Author

BTW @pamtbaau, do you know about referencing and closing issues in commit messages?

No, I didn't... Interesting feature though. Will keep in mind.

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

No branches or pull requests

2 participants