Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Item_details view + view model * Merge branch 'master' into feature4/auction * Redirect to ItemDetailsView from ViewItemsView. * Items service + view model implementations * Endpoint consumption - get item by id * Item details page and logic. * Creating auction model, auction-create dto and i_auction_service * Created view and viewmodel for create_auction usecase * Auction form validators and service * Add button to create auction in item details page * adding view model * Sync view with view_model * Fixing auctions_service.dart - create endpoint call * fix(auction): use timestamp instead of datetime across http * Creating service and handeling + implementation for ongoing action if… * Get auction dto creation * Before exit. You need to to do parsing between Either and Option * perf(auction): improve look and feel for get/create auction pages usi… * perf(auction): extract auction details to a dedicated widget/view model * feat(auction): implement get all ongoing auctions flow (view/vm/service)
- Loading branch information