PLUS-POSTECH / soma

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

Hold single vector for solidified file entries #81

Closed KSAlpha closed 5 years ago

KSAlpha commented 5 years ago

Solidified file entries are held in structs as separate members (executable, readonly, ...). We can reduce members and rendering complexity by introducing permission member inside SolidFileEntry struct.

Expected changes

Current implementation

New design

Qwaz commented 5 years ago

I misclicked the close button.