ICPC's resolver provides scoreboard rolling function for XCPC contest. However, there're full of weird bugs. So we will reimplement its function with C# and WPF.
Try it out with event-feed.json file extracted from EC-Final 2020 contest:
- Download release or Compile from source
- Load data from domjudge API or select event feed path(e.g. ./TestFeeds/Event-Feed.json)
- Validate event feed, autofix it(if required), then save as json without(maybe) glitch
- Load exported data generated in 3.
- Config award infos in Award Utilities tab and calculate awards
- Use default animation arguments or edit it in Animation Config tab
- Run
- Data schema definition (ongoing)
- Dataloader support
- Import directly from Domjudge's event feed
- Import from event feed file
- Automatically fix invalid items(problems, submissions, teams)
- Import from domjudge database
- Contest config
- Confirm contest infos
- Edit contest infos(length, freeze length, penalty, name)
- Award utilities
- Automatically genarate for Medals, First Blood, Last Accept, etc.
- Mannually delete/edit award infos for team
- User mannual
- Add images support