PLUS-POSTECH / soma

Cross-platform CTF problem container manager
Apache License 2.0
24 stars 3 forks source link

Multiple problems in one repository #36

Closed KSAlpha closed 5 years ago

KSAlpha commented 5 years ago

Current implementation assumes that a repository contains one problem.

Support one-repository-multi-problem scenario.

Qwaz commented 5 years ago

I think this should be included in 0.1.0 because implementing the feature is expected to introduce a lot of incompatibility to our API.

KSAlpha commented 5 years ago

Also consider moving some structs like Manifest and SolidManifest in soma::repo to soma::repo::problem or soma::problem.

EDIT: Moved to #92