Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTFTime Decaying Points Board #268

Open
thebeanogamer opened this issue Mar 23, 2022 · 1 comment
Open

CTFTime Decaying Points Board #268

thebeanogamer opened this issue Mar 23, 2022 · 1 comment
Labels

Comments

@thebeanogamer
Copy link
Member

CTFTime need a different export format for decaying scores apparently, we need to support that.

@thebeanogamer
Copy link
Member Author

{
	"tasks": [ "PPC 100", "Web 200", "Beer Challenge" ],
	"standings": [
		{ "pos": 1, "team": "Intergalactic Pwners", "score": 401, 
			"taskStats": {
				"PPC 100": { "points": 103, "time": 1352647482 },
				"Web 200": { "points": 201, "time": 1352652183 },
				"Beer Challenge": { "points": 97, "time": 1352651383 }
			}, 
			"lastAccept": 1352652183 },
		{ "pos": 2, "team": "h4ckmeifyouc4n", "score": 291, 
			"taskStats": { 
				"Web 200" : { "points": 202, "time": 1352649284 },
				"Beer Challenge": { "points": 89, "time": 1352649511 }
			}, 
			"lastAccept": 1352649511 },
		{ "pos": 3, "team": "MV Tech", "score": 203, 
			"taskStats": { 
				"Web 200": { "points": 203, "time": 1352650418 }
			}, 
			"lastAccept": 1352650418 }
	]
}

Warning! Feed format development is in progress — don't implement maximal feeds before the official announce!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants