Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Add commands to streamline review and execution of a contract #8

Open
shonfeder opened this issue Mar 5, 2020 · 1 comment
Open
Labels
enhancement New feature or request high-priority
Milestone

Comments

@shonfeder
Copy link
Contributor

shonfeder commented Mar 5, 2020

A nice workflow might be something along the lines of the following:

neat-contract review <giturl>
neat-contract execute <contract-name>

Where review would take care of

  1. downloading the contract at the url (assuming Add procelain to manage cloning, and committing to repos #6)
  2. registering it in the known contracts (also assuming Add procelain to manage cloning, and committing to repos #6)
  3. opening the contract for review (prompt for which contract, and prompt for last registered)

and execute would take care of

  1. checking whether an id has been added
  2. if not, prompt user to add appropriate ID
  3. signing the contract with ID
  4. compile the contract
  5. commit and push the changes (assuming Add procelain to manage cloning, and committing to repos #6)
@shonfeder shonfeder changed the title Add commands streamline review and execution of a contract Add commands to streamline review and execution of a contract Mar 6, 2020
@thanethomson thanethomson added the enhancement New feature or request label Mar 17, 2020
This was referenced May 20, 2020
@thanethomson thanethomson added this to the Prototype v2 milestone May 29, 2020
@shonfeder
Copy link
Contributor Author

Add high-priority label, due to direct relevance to this workflow criteria from our alignment doc:

Input parameters and sign the contract in one execution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request high-priority
Projects
None yet
Development

No branches or pull requests

2 participants