Code Monkey home page Code Monkey logo

blr-live's People

Contributors

trupples avatar

Watchers

 avatar

Forkers

nnicolaee

blr-live's Issues

Implement team image functionality

Currently, team images have hardcoded URLs (see code below) and are manually uploaded to the server in the right location. That's clumsy and risky. Implement a backend solution for uploading PNG images for teams. To avoid caching issues encountered during the competition, any change of the image must result in a different image filename (using a hash, guid, timestamp, whatever)

image: '/images/' . urlencode($this->username) . '.png'

Change from astro to vite

The project currently uses astro only to render preact pages which are populated on the client-side with data from the API. Virtually no astro functionality is used, just its project structure. The sanest solution would be switching to vite x preact :)

UI sucks

Because I did it all in a hurry, it barely resembles the initial design document. Main pain points:

  • the stage selection screen is sort of hidden and getting to it is not intuitive (you have to click the stage name)
  • Most components are plain and ugly. They don't give off the clean professional look i was hoping for
  • Admin interface is very bad UX-wise (and also buggy as fuck, the state is messed up)
    etc etc etc

Implement third place playoff for brackets

The losers of the semifinals also play in a consolation game ("finala mica") to decide who gets 3rd place. This is usually represented graphically as a match below the actual finals, disconnected from the tree. This will probably require restructuring the BracketSlots structure in the database, or maybe separating BracketSlots from a Bracket which would contain both the tree and a reference to an "orphan" consolation slot.

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.