Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
PieWol committed Feb 23, 2024
1 parent deb7b5f commit 240e11b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions evaluations/tempora_2_piewol.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
| Number | Deliverable | Accepted | Link | Evaluation Notes |
| ------ | -------------------------------------------------------------- |---------------------- |----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| 0a. | License | <ul><li>[x] </li></ul> | [Apache License 2.0](https://github.com/NeoPower-Digital/tempora/blob/main/LICENSE) | Apache 2.0 |
| 0b. | Documentation | <ul><li>[] </li></ul> | [Developer documentation & testing guide](https://github.com/NeoPower-Digital/tempora/blob/main/README.md) | GitHub Repository README file |
| 0c. | Testing | <ul><li>[x] </li></ul> | [Tests](https://github.com/NeoPower-Digital/tempora/tree/main/__tests__) | What about tests for the smart contracts? The dApp tests are all passing. |
| 0b. | Documentation | <ul><li>[x] </li></ul> | [Developer documentation & testing guide](https://github.com/NeoPower-Digital/tempora/blob/main/README.md) | GitHub Repository README file |
| 0c. | Testing | <ul><li>[] </li></ul> | [Tests](https://github.com/NeoPower-Digital/tempora/tree/main/__tests__) | What about tests for the smart contracts? The dApp tests are all passing. |
| 0d. | Article | <ul><li>[] </li></ul> | [Delivery Article (In Review)](https://docs.google.com/document/d/1ZcPF7QCWMt-cmWC235_eSaSE9kqmyqM_RLDWQod-c_o/edit?usp=sharing) | Still under review |
| 1. | UI | <ul><li>[] </li></ul> | [UI repository](https://github.com/NeoPower-Digital/tempora) | [Link to the dApp](https://tempora-dapp.vercel.app/) |
| 1a. | My Payments Page | <ul><li>[] </li></ul> | [My Payments Page](https://github.com/NeoPower-Digital/tempora/tree/main/app/my-payments) | - |
| 2. | Smart Contract | <ul><li>[] </li></ul> | [ink! Smart Contract repository](https://github.com/NeoPower-Digital/tempora/tree/main/contracts/tempora_contract) | Rocstar Contract: `XCvScDrPTApJvBt5pYoJ89mpvhJVQ9Tvz3Up7CARFavsC1T` |
| 1a. | My Payments Page | <ul><li>[] </li></ul> | [My Payments Page](https://github.com/NeoPower-Digital/tempora/tree/main/app/my-payments) | Have to wait for TUR & ROC tokens for testing. |
| 2. | Smart Contract | <ul><li>[] </li></ul> | [ink! Smart Contract repository](https://github.com/NeoPower-Digital/tempora/tree/main/contracts/tempora_contract) | no tests? |
| 2a. | Transaction - Configure new recurring transfer | <ul><li>[x] </li></ul> | [Save Schedule Contract Message](https://github.com/NeoPower-Digital/tempora/blob/main/contracts/tempora_contract/lib.rs#L129) | - |
| 2b. | Transaction - Modify the configuration of a recurring transfer | <ul><li>[x] </li></ul> | [Update Schedule Contract Message](https://github.com/NeoPower-Digital/tempora/blob/main/contracts/tempora_contract/lib.rs#L190) | - |
| 2c. | Query - Get user recurring transfers | <ul><li>[x] </li></ul> | [Get User Schedules Contract Message](https://github.com/NeoPower-Digital/tempora/blob/main/contracts/tempora_contract/lib.rs#L217) | - |
Expand Down

0 comments on commit 240e11b

Please sign in to comment.