-
Notifications
You must be signed in to change notification settings - Fork 529
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
Project Delmonicos milestone 1 #142
Conversation
I don't understand the error. If the google sheet in the one related to the invoice, I've filled it. |
I thought it was related to the author but apparently not |
Thanks for the delivery, @lumena-tech & @fcroiseaux. We will look into it as soon as possible. The check is in fact just for our internal bookkeeping, so nothing to worry about! |
Hello, is ti possible to have an idea of the standard duration of the evaluation process of a milestone ? |
Hey @lumena-tech. We currently have a bit of a backlog and this is likely to take a couple of weeks. Submitting a milestone shouldn't stop you from continuing to work on the project though. We recommend adding a tag or commit hash to the links in the deliverables so that you can continue to work without breaking anything. |
Hi @alxs , thanks for your feedback, I have created a tag (milestone-1) and updated the README to link a specific commit in our source repository. |
@lumena-tech @fcroiseaux I've got a few comments regarding your delivery from my initial review:
I think the name UserConsent here is slightly misleading (especially if timestamp is not used). To me it sounds more like UserDetails, as it holds the relevant banking information of the user.
If the use case is to have just one organisation, why not use the membership pallet as you initially suggested in the first milestone? Otherwise everything looks fine. Some unit tests are still missing and there are a few leftover TODOs, but that's ok, as I see you're working on the next milestone already - I expect that would be addressed there? Extra: PR to update the DID pallet to substrate 3.0. Still in review. Thanks for trying to merge upstream, it would be great to get that in! |
Actually both are user consents but for different things. We should have define more explicit names. We will rename at least one of the two elements.
Yes, we plan to create several organizations through this registrar pallet. Currently we only have the charger organization, but later we could have an organization that list all the users authorized to access the service, another organization that lists the accounts authorized to add a new charger for example, ... So the goal is to use the registrar to configure these different organizations, and check who can do what.
Yes, we will complete the tests and the TODO in the upcoming milestones.
|
@lumena-tech thanks for a prompt response.
Do you mean for this milestone? Seeing that you have already done work on top of the current codebase, I understand it might be somewhat tricky if you try to change |
Yes, I meant we will rename for the next milestone if this is ok for you. It will be more easy for us. |
Great. Then I'm happy to announce that your first milestone has been accepted. Please see the evaluation here & good luck with the next phase! |
@lumena-tech Currently your invoice's currency is BTC. As your original contract states USD, please send us an updated invoice using DAI. Also, something that slipped our attention is that your payment address in the contract is a BTC address. I imagine you'll want a different address for DAI. We'd need an amendment to the above document - please submit a relevant PR to the Open Grants repo. Thanks for understanding! |
I've submitted a new PR with the DAI(ETH) address instead of the BTC address and refilled the invoice form with a new invoice. |
Milestone Delivery Checklist
Link to the application PR: w3f/Grants-Program#283