<aside>
<img src="/icons/clipping_lightgray.svg" alt="/icons/clipping_lightgray.svg" width="40px" /> Visual Tracker
What the formula should do:
Show a visual representation of how many quarters are filled out of a total amount of indicated boxes. Possible range of boxes: 1-10.
- [ ] 1 Box = 4 quarters. The formula should use the moon icon to indicate how full a box is: πππππ
- [ ] The formula should also limit the maximum boxes shown in the visual output to the number input in βNeeded (Boxes)β
Example of how it should look:
- Current (Quarters) 3, Needed (Boxes) 1. Formula output: π
- Current (Quarters) 6, Needed (Boxes) 5. Formula output: πππππ
- Current (Quarters) 13, Needed (Boxes) 10. Formula output: ππππππππππ
</aside>
Tracker
<aside>
<img src="/icons/snippet_lightgray.svg" alt="/icons/snippet_lightgray.svg" width="40px" /> Code
</aside>