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

Milestone Struct Restructuring #5

Open
GriffGreen opened this issue Mar 6, 2017 · 0 comments
Open

Milestone Struct Restructuring #5

GriffGreen opened this issue Mar 6, 2017 · 0 comments

Comments

@GriffGreen
Copy link
Member

GriffGreen commented Mar 6, 2017

This is just to get the conversation going... but this is going to have to change a little bit (Changes in Bold):

struct Milestone {
string name;
string description; // Description of this milestone
string url; // A link to more information (swarm gateway) can be left blank
uint minCompletionDate; // Earliest UNIX time the milestone can be paid
uint maxCompletionDate; // Latest UNIX time the milestone can be paid
address milestoneSupervisor;
// Similar to recipientbut for this milestone
address reviewer; // Can reject the completion of this milestone
uint reviewTime; // How many seconds the reviewer has to review
address paymentSource; // Where the milestone payment is sent from
bytes payData; // Data defining how much ether is sent where
MilestoneStatus status; // Current status of the milestone
// (Completed, AuthorizedForPayment...)
uint doneTime; // UNIX time when the milestone was marked DONE
}

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

No branches or pull requests

1 participant