From c1f6373977180d9e887eff5f6ffc87955714f029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gon=C3=A7alo=20Morais?= Date: Mon, 11 Mar 2024 16:48:37 +0100 Subject: [PATCH 1/2] milestone 2 delivery --- .../deliveries/mobile-v3-swap-milestone-2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md diff --git a/milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md b/milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md new file mode 100644 index 00000000..4cf17c12 --- /dev/null +++ b/milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md @@ -0,0 +1,19 @@ +# Milestone Delivery :mailbox: + +> Only the GitHub account, which is responsible for the pull request of the accepted application is allowed to submit milestones. Don't remove any of the mandatory parts presented in bold letters or as headlines! + +**The Ethereum address has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](../).** + +- **PR Link:** https://github.com/vechain/grant-program/pull/132 +- **Milestone Number:** 2 + +Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which should be used for testing. + +| Number | Deliverable | Specification | Link | +| ------ | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | +| 0. | Smart Contract Updates | The contracts were modified in order to be adapted to the existing Dart package capabilities and in order to better suit frontend needs | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | +| 1. | Frontend: Design | We will create the UI design in order to make it appealing and intuitive. Colors schemes, button formatting, location of elements, etc, will all be done i this phase. | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | +| 2a. | Frontend: Development | The previously planned UI will be build and organized. | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | +| 2b. | Frontend: Integration | The frontend will connect to the contract | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | +| 2c. | Frontend: Testing | Several tests will be run to make sure everything works correctly: the UI works as intended and page load up speed/performance. The contract interaction is also checked. | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | +| 2d. | Frontend: Tutorial | Simple guide on how to swap and set, check and change positions. | https://github.com/SayNode/fondue-swap-flutter/blob/main/README.md Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | From a3e6bdddec15e2a077c6a429e6e0b7b4ecb356cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gon=C3=A7alo=20Morais?= <71322340+JoaoMorais96@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:24:26 +0100 Subject: [PATCH 2/2] Update mobile-v3-swap-milestone-2.md --- milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md b/milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md index 4cf17c12..ff8d9231 100644 --- a/milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md +++ b/milestone-delivery/deliveries/mobile-v3-swap-milestone-2.md @@ -11,7 +11,7 @@ Please provide a list of all deliverables of the milestone extracted from the in | Number | Deliverable | Specification | Link | | ------ | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -| 0. | Smart Contract Updates | The contracts were modified in order to be adapted to the existing Dart package capabilities and in order to better suit frontend needs | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | +| 0. | Smart Contract Updates | The contracts were modified in order to be adapted to the existing Dart package capabilities and in order to better suit frontend needs | https://github.com/SayNode/fondue-swap-vechain-contract Commit Hash: 513338c141c2667b7fc5cc430ae51020f0bf057f | | 1. | Frontend: Design | We will create the UI design in order to make it appealing and intuitive. Colors schemes, button formatting, location of elements, etc, will all be done i this phase. | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | | 2a. | Frontend: Development | The previously planned UI will be build and organized. | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 | | 2b. | Frontend: Integration | The frontend will connect to the contract | https://github.com/SayNode/fondue-swap-flutter Commit Hash: 8a98fad7e159828735fb2a09bc2f9c30032aa078 |