regen-network / rnd-dev-team

RND Dev Team issue management (DEPRECATED)
0 stars 0 forks source link

Add Projects Info to Sell Order Table #995

Closed S4mmyb closed 2 years ago

S4mmyb commented 2 years ago

Is your feature request related to a problem? Please describe. We want to pull in the project name from the metadata "schema:name" field and show it on the sell order table.

Reference JSON-LD: https://github.com/regen-network/regen-registry-ops/blob/ada7e7838dfad3b6cf8c23b3693e535075c794f5/C01/project-metadata/C01-ProjectId612-metadata.json#L10

Figma: https://www.figma.com/file/seUiQM2SPt78KJiDL0Ea8m/Basic-Ecocredits-Ledger-View-%2F-Marketplace?node-id=2485%3A175084

Describe the solution you'd like A clear and concise description of what you want to happen. This can follow a user story template: As a _, when I __, I would like ____ .

Describe alternatives you've considered (optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context (optional) Add any other context, screenshots or figma links about the feature request here.


For Admin Use

mhagel commented 2 years ago

Hey team! Please add your planning poker estimate with ZenHub @flagrede @victordelval @haveanicedavid

flagrede commented 2 years ago

@S4mmyb Should we add some description to this task?

Also, there was some discussion about using the Project id instead of the project name since it is already available in BatchInfo. To get the project name we will need 2 additional queries for each sell order (one for getting the ProjectInfo and an other to read the metadata). It is still doable but it has trade-off (might not scale well with a lot of sell orders).