mediumroast / mediumroast_js

Mediumroast for GitHub CLI and API/SDK
https://www.mediumroast.io/product.html
Apache License 2.0
1 stars 0 forks source link

mediumroast_js: Delete object(s) #62

Closed miha42-github closed 9 months ago

miha42-github commented 9 months ago

Introduction

For completeness object deletion needs to be built in. Given the state of Alpha_2 deletion will focus on Interaction and Company objects only. Deletion of Study objects is out of scope for Alpha_2 and deletion of User objects is completely out of scope since that is the domain of the GitHub admin.

Implementation progress

The following steps are captured based upon the implementation notes to help drive towards conclusion.

General

This will cover the simple use cases for Interactions and Companies plus prepare the way for Studies in the future.

Companies

An implementation specific to Companies in gitHubServer.js.

Interactions

The following are needed to completely remove an interaction.

Implementation notes

miha42-github commented 9 months ago

@jgoodie, @TeraBlitz, @rizhub and @helloleodr this feature should be ready for test.

miha42-github commented 9 months ago

Closing for testing.