Git Product home page Git Product logo

gpsportplaner's Introduction

GitHub Overview Stats

gpsportplaner's People

Contributors

kevinunger avatar

Stargazers

 avatar  avatar

Watchers

 avatar

gpsportplaner's Issues

test env

  • test db
  • test branch
  • test autodeployment to test.url

local env will be hotwired to test db

improve password form

Problems:

  • Password not hidden
    image

  • autocomplete (on mobile) should be disabled

  • browser not remembering login

  • not a submittable form (you cant hit ENTER and it submits the whole thing)

delete old db entries

Currently all bookings are stored in the bookings table and are never deleted.
ToDo: Backend cronjob / schedular within express that deletes all bookings older than ~1 month.

very low-prio, because the data size is very low (10_000 entries < 2 MB)

add checkboxes

  • add a checkbox at the top of the add-booking screen "only show free slots"
    -> only shows slots that aren't booked by someone

  • add a checkbox at the top of the overview-bookings screen "only show occupied slots"
    -> only shows slots that are booked by someone

after setting one of the two, set setting in settings service
load settings on init

can only be done after #9

logging

log stuff to log collection

let user change bookings

  • add controller function
  • add route /bookings/changeBooking body: oldbooking: {...} newbooking: {...}
  • check if bookedBy in bookings == decodedJWTPayload.user
    problem: a user can just login as another user and change their booking (we don't care for now)

i18n

  • add i18n
  • add english / german
  • add language switcher to the sidebar

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.