-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
CLICommand Line Interface ToolCommand Line Interface Toolestimate-6hTime estimation for issues in a project - 6hTime estimation for issues in a project - 6hnicaea
Description
After the commands to list openings and applications are implemented, we will need to add some commands to allow the lead to manage the current status of those ie.:
working-groups:start-accepting-applications --group=storage OPENING_ID- handled viaacceptWorkerApplications(OPENING_ID)api method.working-groups:start-reviewing-applications --group=storage OPENING_ID- handled via the api methodbeginWorkerApplicantReview(OPENING_ID).working-groups:terminate-application --group=storage APPLICATION_ID- handled viaterminateWorkerApplication(APPLICATION_ID)api method.working-groups:fill-opening OPENING_ID- handled viafillWorkerOpening(OPENING_ID, APPLICATION_IDS, REWARD_POLICY). Since the input here is a little more complex it's probably best to handle it via propmts (ie. "Select succesfull applications", "Do you want to add a reward policy?" etc.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CLICommand Line Interface ToolCommand Line Interface Toolestimate-6hTime estimation for issues in a project - 6hTime estimation for issues in a project - 6hnicaea