-
Notifications
You must be signed in to change notification settings - Fork 9
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
APP 327 integrate Tebu factors #2525
Conversation
✅ Deploy Preview for regen-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8c8e629
to
766bfdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good. Just one nit: looking at the design the cards should be centered on mobile and take available width: https://www.figma.com/design/brkxGV5qNOkZUp0YQl1cxO/Terrasos-Phase-1?node-id=1185-167335&node-type=instance&m=dev
figma:
web-marketplace/src/components/organisms/ProjectTopSection/ProjectTopSection.tsx
Outdated
Show resolved
Hide resolved
@@ -60,8 +60,30 @@ export interface ProjectPageMetadataLD { | |||
'regen:projectQuote'?: ProjectQuote; | |||
'regen:boundaries'?: string; | |||
'regen:landManagementActions'?: NameImageDescription[]; | |||
|
|||
// Terrasos-specific fields |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would assume these to be on chain if the project is on chain rather than in the project page metadata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see suggestion: 111a15b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forget our motivation, but I know we decided to put all the data into project page metadata, rather than putting data into anchored metadata. @S4mmyb was this just to let us release sooner?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see suggestion: 111a15b
so should I wait for this PR to be merged then and use it instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to keep things consistent with how we’ve organized things so far: if the project is on-chain, store data that isn't purely for display purposes on-chain and that might be class specific; if the project is off-chain, simply use the off-chain project metadata.
We only have one on chain terrasos project for now so this shouldn't be too much of an effort to put the data there, although it should work if in the interest of time, we keep it off chain for now... and put it on chain later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see suggestion: 111a15b
so should I wait for this PR to be merged then and use it instead?
this is now merged into dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
0fa15bb
to
6cb0539
Compare
6cb0539
to
d742e3d
Compare
d742e3d
to
00d6b67
Compare
Description
Closes: APP-327
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
How to test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...