-
Notifications
You must be signed in to change notification settings - Fork 0
Author's dashboard
Author's dashboard contains only useful information and not overwhelmed with unnecessary elements.
On top of the page we will display total amount of funds received from all of the books crowdsales. For the informational purpose we are also displaying the USD's price to help user understand the actual amount of money he have.
Component: AuthorDashboard.vue ; method: getPblBalance
Note: In future we will allow user to configured desired currency to display and the actual conversion will be happening through Oracle service.
"Start new book crowdfunding" will be clarified later, for now we will explain how the list of the current crowdsales is working. Here you can see the status of the campaign, there are multiple statuses/steps that your book will be going through:
Campaign - Not Active
Campaign - Active
Crowdfunding - In Progress
Crowdfunding - Ended
Published
Canceled
This status can be considered as a draft, only author have an access to this book and can freely edit it.
Book is public and author started his marketing company to build his community, but it is not saleable yet. Author is still gathering the support and building the momentum to start his crowdsale.
Crowdsale - In Progress
Book is started it's crowdfunding process and actively collecting PBL's till it's reach the set goal or the ending date of crowdsale. We are also displaying the end date of the crowdsale, PBL collected and current percent of the goal achieved.
Crowdsale - Ended
Crowdsale is finished and author is required to upload his manuscript. Author can also see the total amount of funds that was collected during the crowdsale.
Book is uploaded and available to readers, at this point we are just displaying the total amount of his earnings.