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

✨ [Feature]: Add created_at and updated_at timestamp for TutorialAccount. #238

Open
thebuilderdaocore opened this issue Jun 15, 2022 · 0 comments
Assignees
Labels
dao-program enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed rust Pull requests that update Rust code

Comments

@thebuilderdaocore
Copy link

Contact Details

[email protected]

What is the feature you would like to see ?

In order to be able to handle expiration date on Solana level we need to add:

  • created_at timestamp - gets populated upon creation of proposal

  • updated_at timestamp - gets populated whenever state is changed

  • a new expired state to ProposalAccount

2 new variables for proposal and writing intervals on DaoAccount level. These 2 variables should have an instruction so that we can change them

Bounty

No

@Necmttn Necmttn changed the title ✨ [Feature]: ✨ [Feature]: Add created_at and updated_at timestamp for TutorialAccount. Jun 16, 2022
@Necmttn Necmttn added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed rust Pull requests that update Rust code dao-program labels Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dao-program enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

2 participants