@@ -10,24 +10,41 @@ Kicked off new FE for admins, based on Svelte.
10
10
11
11
### Remaining items
12
12
13
- * Separate bundle.js and bundle.css
14
- * Babel backport to IE 11 perhaps: https://blog.az.sg/posts/svelte-and-ie11/
15
- * Lodewijk says tell them to use the supported browser (coordinators at least)
16
- * Other rollup improvements: https://medium.com/@camille_hdl/rollup-based-dev-environment-for-javascript-part-1-eab8523c8ee6
17
- * Sentry integration for the frontend
18
- * Refine single campaign page (add a bit of round detail)
19
- * Create initial round
20
- * Advance round (same component as above)
21
- * Show campaigns by series
22
- * Add a column
23
- * Backfill series (take country into account)
24
- * Link to active round on campaign list
25
- * Disqualify / requalify images page
26
- * Need a paginated datatable component
27
- * Button to download all entries, all reviews, all votes (hmm)
28
- * Campaign opendate/closedate should be in UTC or AoE
29
- * Backend expects hour
30
- * View audit log
13
+ - [ ] Separate bundle.js and bundle.css
14
+ - [ ] Babel backport to IE 11 perhaps: https://blog.az.sg/posts/svelte-and-ie11/
15
+ - [ ] Lodewijk says tell them to use the supported browser (coordinators at least)
16
+ - [ ] Other rollup improvements: https://medium.com/@camille_hdl/rollup-based-dev-environment-for-javascript-part-1-eab8523c8ee6
17
+
18
+ #### Svelte components
19
+
20
+ - [ ] Sentry integration for the frontend
21
+ - [ ] Refine campaign list
22
+ - [ ] Link to active round on campaign list
23
+ - [ ] Refine single campaign page (add a bit of round detail)
24
+ - [ ] Edit functionality
25
+ - [ ] Style?
26
+ - [ ] Show jurors
27
+ - [ ] Show description (?)
28
+ - [ ] # of files (?)
29
+ - [ ] Active/inactive styling
30
+ - [ ] Refine round page
31
+ - [ ] Edit functionality
32
+ - [ ] Style?
33
+ - [ ] Button to download all entries, all reviews, all votes (?)
34
+ - [ ] If closed: Results summary
35
+ - [ ] Should there be a summary of the campaign, somewhere on this page?
36
+ - [ ] Create round
37
+ - [ ] Create initial round
38
+ - [ ] Advance round (same component as above)
39
+ - [ ] Show campaigns by series
40
+ - [ ] Add a column
41
+ - [ ] Backfill series (take country into account)
42
+ - [ ] Campaign opendate/closedate should be in UTC or AoE
43
+ - [ ] Backend expects hour
44
+ - [ ] Create view page
45
+ - [ ] Create entry list page, re disqualify and requalify images
46
+ - [ ] Need a paginated datatable component
47
+ - [ ] User page (?)
31
48
32
49
## 2020-03-01
33
50
0 commit comments