-
Notifications
You must be signed in to change notification settings - Fork 34
Improve create page #383
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
Improve create page #383
Conversation
…nd penalty days fields with improved labels and descriptions
…ate, and calculate expiry date automatically
…prove accessibility, and set automatic date handling for project stages
public string NostrPubKey { get; set; } | ||
public DateTime StartDate { get; set; } | ||
public DateTime EndDate { get; set; } |
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.
This goes in the nostr event, we must be careful what params go in here
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.
We need to specify the end date of the fundraising. In previous discussions I asked if the first stage date meant the end date, which you said is not always the case.
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.
yes yes agree, but how does it work for existing projects?
WiIl it not break them?
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.
do we need to use the version upgrade I wonder?
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.
There is no problem for others. New projects specify the end date of the investment. In old projects, we define the start date of the stages as the end of the investment.
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 have not tested this, I will test tomorrow
…t, and clean up validation logic
…ht for NostrMetadataAbout section
No description provided.