Giter Site home page Giter Site logo

dj-requests's Introduction

dj-requests's People

Contributors

andrewisen avatar aweponken avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

dj-requests's Issues

Update <head>

Update Titel and Metadata.
Perhaps change the title of the site, DJ Request(er).

Fix purge/newline

Fix newline (/n) when purging a song.

E.g: " 1: \nSwedish House Mafia - Save The World "

Make pretty

Make PHP code pretty.
Preferably by putting code into function(s).

Add 404 Feedback

404 usually means that a song wasn't found.
However, check with the API before implementing a simple solution (e.g. "If 404 -> errorMsg").

Make code pretty

Make the PHP code pretty and readable.
Update confusing variable names.

image

Cache handling gives warnings

The following lines of header-data in dev/index.php:

header("Refresh: 5; URL=$url1");
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

Gives the following errors:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/dev/index.php:1) in /var/www/html/dev/index.php

Add dark theme

Try using native bootstrap.
Try making a theme switch, I.e. dark mode button

Add UI-improvments

Add improved UI/UX.

Perhaps change the string: [Title] by [Artist] [Request URL]
Or change the wording/phrasing. E.g. "Request 'Avicii - Levels'"
Maybe use a button instead?

Screenshot 2019-09-09 at 14 59 52

Add Bootstrap on Admin/DJ page

Add Bootstrap on ./dj/index.php.
Should be to copy the existing setup, in index.html.

Might have to change the layout a bit.

Fix purge button update

The dj-page is not updated completely when the Purge-button is pressed. Needs to be investigated.

Add MOTD

Add Message of the Day.
I.e. a message from the DJ.

E.g. Tonight we only play 80s

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.