-
Notifications
You must be signed in to change notification settings - Fork 4
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
page: individual intent casting #39
Comments
TODO:
|
Services and hooks Compared with FA, we didn't develop the backend, we just used API routes that Sebastian built for us to interact with the database. On Cobuy, Dogstack uses Feathers to generate and manage our API. Hooks *topic = a thing, like an order or an agent. FA = domain CRUD = CREATE, READ, UPDATE, DELETE
|
syntax for reduxForm / higher-order components:
|
examples:
|
Status report:
|
Thursday things: Dan and Mikey met yesterday to discuss the Tapin/Cobuy relationship, and what exactly Tapin needs Cobuy to do. This lead to a change in plan that affects this ticket, whereby we no longer want a user to order using min/desired/max, as schools will be buying in whole outers already (so outers won't need to be split && orders wont need to be tweaked). TODO:
|
@ahdinosaur |
hey @sarah-arrrgh, re-opening #49 (comment) for you. i think it makes sense to re-implement that component given the new requirements as a standalone task, then doing this task would be creating a list using this components given the available products. |
@sarah-arrrgh it shouldn't be. we can assume that the products have already been creating according to the documented data model, which you can mock using fake data for now. |
dependent on #49 to continue with this |
End of day report
TODO
Blocks:
|
IMO this is done for now - we can extend the intent casting flows with other tickets, but the core is there |
depends on #44 and #49.
job story: when my group is ready to begin an order, i should be assigned a TaskPlan to cast my individual intent, where i can say my { desired, minimum, maximum } values for how much i want to order for each product offered by the order supplier given the price specifications.
branch:
feature/page-individual-intent-casting
The text was updated successfully, but these errors were encountered: