Skip to content

Commit 0c7a52b

Browse files
committed
add detail to project log
1 parent 8c0c7b3 commit 0c7a52b

File tree

1 file changed

+35
-18
lines changed

1 file changed

+35
-18
lines changed

PROJECT_LOG.md

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,41 @@ Kicked off new FE for admins, based on Svelte.
1010

1111
### Remaining items
1212

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 (?)
3148

3249
## 2020-03-01
3350

0 commit comments

Comments
 (0)