-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auction command #3
Labels
enhancement
New feature or request
Comments
a-h-i
added a commit
that referenced
this issue
Jan 9, 2021
- Base auction model - Initial auction migrations - Auction display helper - Auction command skeleton and list sub command
a-h-i
added a commit
that referenced
this issue
Jan 13, 2021
- Creates helper factory for filtering collected messaged by author id - Creates implements template function for interactive auction creation. - Implements field validation for Auction. - Introduces config variable for max interactive retries - Turns off no-constant-condition eslint rule
a-h-i
added a commit
that referenced
this issue
Feb 5, 2021
- Implements displayAuctionDetails - displayAuctionShort will now default to a short one liner - Auction deletion with releasing held funds, model level implementation
a-h-i
added a commit
that referenced
this issue
Feb 5, 2021
Auction command, manage delete auction subcommand.
a-h-i
added a commit
that referenced
this issue
Feb 11, 2021
- Integration tests for deletion and biding. - Removed is_cancelled column in Auction table. - Character can not bid on own auction.
a-h-i
added a commit
that referenced
this issue
Feb 11, 2021
- Fixes issue with infinite retries on incorrect data formats. - Changes format of auction detail. - Feature testing for interactive create.
a-h-i
added a commit
that referenced
this issue
Feb 11, 2021
Auction command will now execute list sub command as default if no arguments given.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Auction command.
Should start an auction focused. Title/description focused on item.
Parameters
Actions
Remarks
The text was updated successfully, but these errors were encountered: