Giter VIP home page Giter VIP logo

django-slideshow'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

django-slideshow's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

django-slideshow's Issues

Support for online events

This may require reworking the model (database table), but as of now, there's no clear way to make a distinction between a live event and an online-only event.

Think about a different way to represent an event based on type. Maybe have a drop-down? Could list in-person, hybrid, online-only as the options? Would fields change based on selection? Maybe?

Updating/Deleting Slideshow and Event data

Right now, updating or deleting "Slideshow" or "Event" data has to be done through the admin panel. This works okay, but it would be easier if this could just be handled through the frontend. I believe htmx can make this fairly easy or intuitive.

However, note that if this were ever deployed out into the "real world", then certain facets of the site (including most CRUD events) would need to be locked behind user authentication--but that's a story for another day.

Auto-detect for .html vs .md files

Right now, when uploading a file while creating a slideshow, the application expects an html file.

First of all, validation can be added to ensure that only .html or .md files are allowed.

Additional validation could be added to ensure that unnecessary tags are not included in the html file (like <head> or <body>, but maybe that's a separate issue.

As of now, the program only expects html file, which means that if someone wants to create slides is markdown, they need to include the <section data-markdown> and <textarea data-template> html tags in their file around the markdown content. This is not ideal. It would be great if the application detects markdown and adds those tags automatically.

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.