simplesite
simplesite copied to clipboard
Nice little guide. Just a note for the ones reading: the config file is already defining the path for the app folder, the static folder or the templates folder. So...
Just opening a general issue to add more testing. The project is already set up with pytest, but as of right now, it's only set to work with the "hell...
In `04_htmx` branch: Create a new endpoint called `/artist` to showcase the infinite scroll capabilities of htmx. See [htmx.org for an example](https://htmx.org/examples/infinite-scroll/). Maybe create a large artist card that includes...
On the `04_htmx` branch: The "/catalog" endpoint displays a list of cards with an Artist name and Members that looks like this:  When the container is clicked, with htmx...
For `04_htmx` branch: When selecting the "search" element (``), the html response that gets rendered in the "#search-results" div is empty (nothing found).  Instead, the element should populate with...
On `04_htmx` branch: When visiting the "/catalog" endpoint, artist cards are generated. An htmx event toggles from Artist/Members to Artist/Profile displayed (see below):  Clicking on the "MORE INFO" link...