forked from dedis/d-voting
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change default filter on form list to 'Open'
- Loading branch information
1 parent
e0003ec
commit 7f1a65c
Showing
8 changed files
with
153 additions
and
30 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
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
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
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
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
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
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,114 @@ | ||
{ | ||
"Forms": [ | ||
{ | ||
"FormID": "f1700a27cef992db7eac71f006a1566369d21e4b76933f43e84a2ae23195e678", | ||
"Title": { | ||
"En": "Colours", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 5, | ||
"Pubkey": "d27836cec530a5e4d255ab704547438b8eede9af7ba78833a7da907064613a71" | ||
}, | ||
{ | ||
"FormID": "6783449fb12c481d8e06a27cfdfb7971ad12dcff2083bfe90be35f44fb572d67", | ||
"Title": { | ||
"En": "Foo", | ||
"Fr": "Toto", | ||
"De": "" | ||
}, | ||
"Status": 3, | ||
"Pubkey": "ff83fcc6018685fc3b90f5029eec0f948ff57e220b87c538bdb1a5e17f5c549d" | ||
}, | ||
{ | ||
"FormID": "ed26713245824d44ee46ec90507ef521962f2313706934cdfe76ff1823738109", | ||
"Title": { | ||
"En": "Christmas Tree", | ||
"Fr": "Sapin de Noël", | ||
"De": "Weihnachtsbaum" | ||
}, | ||
"Status": 2, | ||
"Pubkey": "3964e8383919eafdeb998d6a694d9a8a74a5438d9d00868fdabcb07fa1a1be28" | ||
}, | ||
{ | ||
"FormID": "fdf8bfb702e8883e330a2b303b24212b6fc16df5a53a097998b77ba74632dc72", | ||
"Title": { | ||
"En": "Line 6", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 1, | ||
"Pubkey": "725502be5772ec458f061abeaeb50f45c0f5c07abd530bfc95334d80f3184fbc" | ||
}, | ||
{ | ||
"FormID": "4440182e69ef1fbbcdd5cd870e46a59a09fd32a89b8353bab677fe84a5c2f073", | ||
"Title": { | ||
"En": "RER A", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 0, | ||
"Pubkey": "" | ||
}, | ||
{ | ||
"FormID": "9f50ad723805a6419ba1a9f83dd0aa582f3e13b94f14727cd0c8c01744e0dba2", | ||
"Title": { | ||
"En": "Languages", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 1, | ||
"Pubkey": "348f56a444e1b75214a9c675587222099007ce739a04651667c054d9be626e07" | ||
}, | ||
{ | ||
"FormID": "1269a8507dc316a9ec983ede527705078bfef2b151a49f7ffae6e903ef1bb38f", | ||
"Title": { | ||
"En": "Seasons", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 0, | ||
"Pubkey": "" | ||
}, | ||
{ | ||
"FormID": "576be424ee2f37699e74f3752b8912c8cdbfa735a939e1c238863d5d2012bb26", | ||
"Title": { | ||
"En": "Pets", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 0, | ||
"Pubkey": "" | ||
}, | ||
{ | ||
"FormID": "06861f854608924f42c99f2c78b22263ea79a9b27d6c616de8f73a8cb7d09152", | ||
"Title": { | ||
"En": "Weather", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 0, | ||
"Pubkey": "" | ||
}, | ||
{ | ||
"FormID": "f17100c712db07ec81923c33394ff2d5e56146135ce908754ce610b898d9ba1a", | ||
"Title": { | ||
"En": "Currency", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 0, | ||
"Pubkey": "" | ||
}, | ||
{ | ||
"FormID": "a3776492297f71c4c0c75f0fd21d3d25a90ea52a60a660f4e2cb5cc3026bd396", | ||
"Title": { | ||
"En": "Fruits", | ||
"Fr": "", | ||
"De": "" | ||
}, | ||
"Status": 0, | ||
"Pubkey": "" | ||
} | ||
] | ||
} |
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