cesium / atomic

⚛️ De-engineered bifurcated intranet
MIT License
38 stars 8 forks source link

feat: add column enrolled to activities #471

Closed FilipeR13 closed 4 months ago

FilipeR13 commented 4 months ago

For performance reasons, I decided to keep the :enrolled atom on show.ex to increase the speed with which the page reloads and displays this same field. This is because, in this way, in the reload() method, the activity doesn't need to reload as a whole, but only the enrolled variable.