Giter Club home page Giter Club logo

event-management-system's People

Contributors

friedjof avatar jean28518 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

event-management-system's Issues

Use logging instead of plain print statements

At the moment, there are some print statements inside the code. Some of them seem to be unnecessary, while others might be useful, but probably should use the stdlib logging module instead to allow for better filtering (for example by log level).

Affected lines:

./users/models.py:            print(f"ERROR: getUserRoleOfString: no defined UserRole for {user_role_string}")
./users/views.py:        print("Deleted")
./users/views.py:    print(num)
./users/views.py:            print(request.GET)
./users/views.py:            print(request.POST['user_role'])
./users/views.py:                print("DONE")
./events/views.py:    print(lecture.available_timeslots)
./event_management_system/set_rights.py:    #     print(permission)
./emails/views.py:                    print(f"Attendant not set for lecture {lecture.title}. Not sending email.")

Ich habe noch ein paar Bugs gefunden

Bugs & Unstimmigkeiten

  • - Error beim Zurücksetzen des Passworts unter /users/5/reset_password/
  • - Bug beim Speichern der Änderungen eines Users wird dieser abgemeldet und kann sich nicht mehr anmelden.
  • - Weiterleitung zum Login wenn der User nicht eingeloggt ist
  • - Was ist wenn es noch keine Vortrage gibt bei send lecture mails?
  • - Man sieht einen dünnen Balken zwischen den Buttons und Inputs auf mehreren Seiten
  • - Error beim Erstellen eines neuen Vortrags
  • - Fehler bei der Anmeldung über /lecture/public/create/entry/ (ich war bereits angemeldet)
  • - (/lecture/create/ & /lecture/edit/) Unverständlich wenn keine timeslots vorhanden sind (ganz unten)
  • - NOT NULL constraint failed: events_lecture.presentator_id - Fehler abfangen (/lecture/create/)
  • - Wird src/event_management_system/events/templates/events/lecture/public_entry.html noch gebraucht?

Add thumbnail function for lectures

  • Upload Thumbnail in Submit and add form
  • Change/Remove Thumbnail in Edit Form
  • Show Thumbnail in Overview Table(s)
  • Show Thumbnail in Time Table

Invalid HTML structure

Opening the website source in a recent Firefox browser complains about quite some issues. These should be fixed to serve valid HTML.

Example: When looking at the source of https://ems.tux-tage.de/events/1/timetable/, the following issues are shown:

  • There are two </head> tags, but only one <head> tag.
  • There are <link> and <style> tags outside of the head and body.
  • There are <div> and header tags like <h1> inside a table, as well as some other tags which usually do not belong there.

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.