Skip to content
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

feat: APP-266 add sellOrderPrice to project document #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blushi
Copy link
Member

@blushi blushi commented Sep 9, 2024

Description

Exploring sanity option for https://regennetwork.atlassian.net/browse/APP-266
Check comment with explanation: https://regennetwork.atlassian.net/browse/APP-266?focusedCommentId=10687


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...

  • provided a link to the relevant issue or specification
  • reviewed "Files changed" and left comments if necessary
  • added new items content to ./deskStructure.js
  • go through "Deploying to production" instructions after this PR (and other PRs depending on this one, e.g. on regen-network/regen-web, if applicable) get merged

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...

  • confirmed all author checklist items have been addressed
  • reviewed code correctness and readability
  • reviewed documentation is accurate
  • manually tested (if applicable)

@blushi blushi marked this pull request as draft September 9, 2024 11:32
@@ -25,6 +25,16 @@ export default {
},
],
},
{
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. Thanks! I hadn't thought of that edge case.

{
title: 'Sell order price',
description: 'price per credit in USD',
name: 'usdPrice',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this gives us more flexibility to put the price at the sell order level but if we think that we'll want to always define the same credit price for a given project, we could put this at the project document level cc/ @clevinson

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me.

@blushi blushi marked this pull request as ready for review September 16, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants