From 338f90f1577e1199c37d92a777878104febbb25a Mon Sep 17 00:00:00 2001 From: Phillip Lee <20524533+ph0ph0@users.noreply.github.com> Date: Thu, 23 Sep 2021 11:54:26 +0100 Subject: [PATCH 1/2] PR for Issue 5 --- .../milestone-1/crypto-dappy-marketplace | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 submissions/issue-5/milestone-1/crypto-dappy-marketplace diff --git a/submissions/issue-5/milestone-1/crypto-dappy-marketplace b/submissions/issue-5/milestone-1/crypto-dappy-marketplace new file mode 100644 index 00000000..4792b382 --- /dev/null +++ b/submissions/issue-5/milestone-1/crypto-dappy-marketplace @@ -0,0 +1,41 @@ +## PR Title + +Please format your PR title as follows: + +`CryptoDappy Feature: NFT marketplace - Milestone 1` + +> Example: `CLI Feature: State management - Milestone 1` + +## Description + +This PR is for issue #5. + +> Example: This PR is for issue #22 + +- Provide a summary of the work completed in this PR. + - List of requirements that are being submitted. + + Frontend implementation + +## Submission Links & Documents + +- Include all links to PRs on other repositories (if required) and be clear as to what it does. Ensure you follow the PR guidelines on the other repositories. + - Include or highlight any new updates made from a previous submission or milestone. + +Link to PR on CryptoDappy repo: +https://github.com/bebner/crypto-dappy/pull/11 + +## Requirements Check + +- Have have you met the milestone requirements? Yes +- Have you included tests (if applicable)? N/A +- Have you met the contribution guidelines of the repos you have submitted code to (if applicable)? Yes +- If this is the last milestone: + - Demonstrate that you've met all the acceptance criteria (link to code, demos, instructions to run etc.) + - Demonstrate that you've met all milestone requirements and highlight any extensions or additional work done. + - Include a payout structure by percentage for each team member (ie. Bob: 20%, Alice: 80%). + +## Other Details + +- Is there anything specific you'd like the PoC to know or review for? +- Are there other references, documentation, or relevant artificats to mention for this PR (ie. external links to justify design decisions, etc.)? From f35bdd53f136a38341e192e93eae8e2c804a83da Mon Sep 17 00:00:00 2001 From: Phillip Lee <20524533+ph0ph0@users.noreply.github.com> Date: Tue, 28 Sep 2021 10:57:41 +0100 Subject: [PATCH 2/2] updated with Dappy Market input --- submissions/issue-5/milestone-1/crypto-dappy-marketplace | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/submissions/issue-5/milestone-1/crypto-dappy-marketplace b/submissions/issue-5/milestone-1/crypto-dappy-marketplace index 4792b382..ad18db65 100644 --- a/submissions/issue-5/milestone-1/crypto-dappy-marketplace +++ b/submissions/issue-5/milestone-1/crypto-dappy-marketplace @@ -15,8 +15,7 @@ This PR is for issue #5. - Provide a summary of the work completed in this PR. - List of requirements that are being submitted. - Frontend implementation - + Frontend implementation (updated with Dappy Market input) ## Submission Links & Documents - Include all links to PRs on other repositories (if required) and be clear as to what it does. Ensure you follow the PR guidelines on the other repositories.