cms
cms copied to clipboard
Solution templates
This is a feature we implemented to help beginners. For the first few tasks, we provide base files that do input/output for you, since this can be quite difficult for beginners to get right, and they usually get poor feedback if something goes wrong.
our implementation is mostly here https://github.com/e-i-o/cms/commit/de4e63e4a20e2f93e55111b86e603c95e3b440d2 , i later added AWS support for it aswell.
Is this some additional visualization on top of attachments? If not, why not?
oh, you're right, this could be implemented as an extra boolean on Attachment, the code ended up being quite similar to the attachment handling...