Git Product home page Git Product logo

qwsite's People

Contributors

liback avatar

Watchers

 avatar  avatar

qwsite's Issues

Map names can be duplicates

In rare cases map names can be the same as others. One example is battle.bsp in deathmatch-maps.zip from Quakerepo.net which is not the same map as battle.bsp ("Battle Zone") made by old schooler Quid.

Currently only two fields are used; "name" (battle) and "description" (Battle Zone).

Suggestion for new fields:
Name - Unique name that may include user defined separator
Example 1: Battle [by Quid]
Example 2: Battle [Battle Zone]

FileName - Name of the file (not required to be unique)
Battle

Description - Long name of map
Battle Zone

No role tied to guest users

Guest users can't do anything currently (other than register) as they have no role attached to them. Should get a readonly kind of guest role automatically assigned under the hood.

Add REST API

Start transforming this repository into a backend focused one by making it into a REST API.

Entities that should be reachable via standard REST API calls:

  • Maps
  • Users
  • Roles
  • Permissions (read only just to be able to list when creating/updating role?)
  • Authentication using JSON Web Token (JWT)
  • Make sure there are authorization checks in the controllers

Show map images on map page

Currently only a placeholder image is shown.

Thoughts:

  • Should all images have a DB record or is it (fast/reliable/whatever) enough to just read file/folder names with a given syntax, iterating through the directories?

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.