-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init eval * update links * accept m1 * piechart missing? * update * accept * add approval
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Evaluation | ||
|
||
- **Status:** accepted | ||
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/Tokenguard.md | ||
- **Milestone:** 1 | ||
- **Previously successfully merged evaluation:** All evaluations by PieWol | ||
|
||
**Milestone Number:** 1 | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Accepted | Link | Evaluation Notes | | ||
| ------ | ----------- | -------- | ---- |----------------- | | ||
| 0a | License |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-client/blob/v2.0.4/LICENSE | ok | | ||
| 0b | Documentation |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-client/blob/v2.0.4/README.md |good| | ||
| 0c | Testing and Testing Guide |<ul><li>[x] </li></ul>|https://github.com/tokenguardio/dashboard-creator-client/tree/v2.0.4/TESTING| great testing guide | | ||
| 0d | Dockerfile |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-client/blob/v2.0.4/Dockerfile | works | | ||
| 1 | Metrics Visualization |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-client/tree/v2.0.4/ | all visualization types work | | ||
| 2 | Dashboard Layout |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-client/tree/v2.0.4/ | ok | | ||
| 3 | Metric Catalogue |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-client/tree/v2.0.4/ | thanks for making this testable | | ||
|
||
|
||
## General notes | ||
Thanks for improving the testing guide. | ||
|
||
## Unit Tests | ||
All passing | ||
|
||
``` | ||
Test Suites: 6 passed, 6 total | ||
Tests: 20 passed, 20 total | ||
Snapshots: 0 total | ||
Time: 4.273 s | ||
``` | ||
|