Duty Schedule
- 2 Devlogs
- 3 Total hours
In scout camps, we have a schedule with the duties children have to do, which is currently on a cardboard. I want to digitize this, especially for bigger camps.
In scout camps, we have a schedule with the duties children have to do, which is currently on a cardboard. I want to digitize this, especially for bigger camps.
tl;dr design change and javascript incorporation ––– This session I did multiple things. I changed the design of the cards where the children are shown. Then I changed the hardcoded stuff to dynamic ones with javascript. now the html is changed depending on the javascript (or soon, user input). the search bar works now! it filters the group cards, so that only the cards with the name of the search child is shown. writing the javascript code was a lot of trial and error, as i’ve only written in python until now.
tl;dr structured the children’s page of the site with html.
i learnt how an html file is structured, what divs are, and how to use them. i did not realise that i’m not supposed to style with the html div style function, but later with css (which i’m yet to learn), after it was too late:((