YashKumarVerma / project-os-healing-os

comparative analysis of scheduling algorithms
https://github.com/YashKumarVerma/self-healing-remote
0 stars 3 forks source link

Utility Core #4

Open YashKumarVerma opened 3 years ago

YashKumarVerma commented 3 years ago

Utility core is the library written on top of the git actions library (first one mentioned on this page). This library provides the final callable methods that the watchman calls. All internal commands that the utility provides are implemented in the core library itself.

The target is to have simple functions like

// create a new
worker.createNewCheckpoint();
worker.revertLastCheckpoint();
worker.newWorkSpace();
worker.changeWorkSpace(3);
worker.integrateWorkSpace(3);
yashkumarverma-assistant[bot] commented 3 years ago

Thanks @YashKumarVerma, for raising the issue! 🙌 One of our team mates will revert on this soon. ✅