Giter VIP home page Giter VIP logo

musicbinder's Introduction

Greetings! My name is Mario Munoz

I code Python by night, which is what happens when there's not enough time during the day.

Python Developer (by night)

Working on

Figuring out what 2024 is all about

Currently Learning

musicbinder's People

Contributors

pokkakiyo avatar tataraba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

musicbinder's Issues

Make artist cards toggle

The /catalog endpoint (as well as \search) displays a list of cards with Artist name and active members.

When container is clicked, the containing element changes to display the Artist profile.

Want to see if another htmx event can be included on click that reverts the card back to its original state (Artist name and Members)... as such, functioning mostly as a toggle.

Change navigation link for "About" to use hx-get request

Instead of using an <a href> tag for the "About" link, change it to use an hx-get request instead. By doing this, we can request that only the element within the "content" section changes.

Using the Jinja2Blocks object, we can also choose what {% block ... %} to render from the Jinja template.

Things to remember, since this is no longer an <a href> element, the pointer/cursor will need to be stylized with tailwind to emulate the hover effect on an <a href> link.

Also, will need to use htmx to send the correct endpoint to the url.

Cannot load .main file

Hi all,

I cloned the repo locally and executed on VS code from both Windows and Ubuntu, and I got the same result says that "no command uvicore found" first, then I searched solutions and someone suggests using "python -m uvicore app.main:app --reload" instead of "uvicore app.main:app --reload" , after I re-installed uvicore using 'pip install uvicore[standard]', I could run the code by "python -m uvicore app.main:app --reload", however, it says that the main.py file cannot be loaded, as depicted in the following pic

image

I have no idea what's going on? Any thoughts to solve this problem? thx

Create htmx request for the "Randomize" button

Currently, the "Randomize" button on the homepage ("/") merely reloads the endpoint, which generates a new random image.

Change the request to an htmx (hx-get) request which ONLY refreshes the image, instead of the whole page.

Add tests

Opening issue to start adding tests.

As of right now, running pytest confirms that app starts up and sends a 200 response, as well as generating a <title> tag.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.