-
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 * init m2 eval * fix format * update * accept
- Loading branch information
Showing
1 changed file
with
34 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,34 @@ | ||
# Evaluation | ||
|
||
- **Status:** accepted | ||
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/Tokenguard.md | ||
- **Milestone:** 2 | ||
- **Previously successfully merged evaluation:** All evaluations by PieWol | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Accepted | Link | Evaluation Notes | | ||
| ------ | ----------- | -------- | ---- |----------------- | | ||
| 0a | License |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/blob/v2.0.3/LICENSE | ok | | ||
| 0b | Documentation |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/blob/v2.0.3/README.md | Inline documentation is sometimes sparse but ok overall. The readme works now | | ||
| 0c | Testing and Testing Guide |<ul><li>[x] </li></ul>|https://github.com/tokenguardio/dashboard-creator-server/tree/v2.0.5/src/components| also covered by m1 testing guide. Unit tests are passing. | | ||
| 0d | Dockerfile |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/blob/v2.0.5/Dockerfile | works via docker compose up | | ||
| 1 | API reading mechanism |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/tree/v2.0.5 | nice, swagger is cool | | ||
| 2 | Report & estimation |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/tree/v2.0.5 | ok | | ||
|
||
|
||
|
||
## Unit test | ||
tests are passing. | ||
|
||
``` | ||
Test Suites: 7 passed, 7 total | ||
Tests: 35 passed, 35 total | ||
Snapshots: 0 total | ||
Time: 5.479 s, estimated 9 s | ||
Ran all test suites. | ||
``` | ||
|
||
|
||
|
||
|