kmKowdz / BBCI-Prototype

A prototype for my Blockchain-based Continuous Integration system.
Apache License 2.0
1 stars 0 forks source link

modify xo_cli and xo_client methods #5

Closed kmKowdz closed 3 years ago

kmKowdz commented 3 years ago

The following parameters should be included:

mapping of xo components with jenkins:

game = project name = branch board, space = build no state = build status player1 = user _ = date / timestamp

kmKowdz commented 3 years ago

since we are working on a prototype, we can limit our project for multibranch pipeline for now and expand later once we collected feedback from the panelist.

kmKowdz commented 3 years ago

xo_cli:

xo_client:

kmKowdz commented 3 years ago

@kmKowdz what's the effect of take method in the state? what are the affected components?

kmKowdz commented 3 years ago

remaining methods to modify:

kmKowdz commented 3 years ago

@kmKowdz what's the effect of take method in the state? what are the affected components?

if take action applies to our proposed application, then leave it as is, otherwise, devise a different method

kmKowdz commented 3 years ago

xo_cli:

  • [x] remove delete method

xo_client:

  • [x] change description of create
  • [x] change all instances of game to project
  • [x] change all instances of player to authorized signer
  • [x] change all instances of board to build_no
  • [x] remove delete-related methods

update ---

kmKowdz commented 3 years ago

remaining methods to modify:

  • [x] main
  • [x] do_take
  • [x] do_show
  • [x] do_list
  • [x] add_take_parser