Code Monkey home page Code Monkey logo

kifplan's People

Contributors

bhaettasch avatar ckleemann avatar dependabot-preview[bot] avatar geislern avatar jlauinger avatar luelista avatar luelistan avatar miterion avatar pyup-bot avatar schroedingerszombie avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kifplan's Issues

Add tracks to AKs

For better scheduling add tracks -- groups of AKs probably visited by the same group of persons. They can then be scheduled in the same room after each other and conflicts for visitors are avoided.

Proposal: rework Mobile Layout

Proposal:

  • minimal width per event box (is a problem both in all current views)
  • fullscreen the actual timetable

Beamer-version does solve these issues though.

screen shot 2018-11-01 at 20 42 15

Local testserver regularly dies with locale problem

See stacktrace below -- why does django try to load an aserbaijani locale?!

Traceback (most recent call last):
  File "/mnt/d/repo/kifplan/manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 61, in execute
    super(Command, self).execute(*args, **options)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 100, in handle
    self.run(**options)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 109, in run
    autoreload.main(self.inner_run, None, options)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/utils/autoreload.py", line 341, in main
    reloader(wrapped_main_func, args, kwargs)
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/utils/autoreload.py", line 307, in python_reloader
    reloader_thread()
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/utils/autoreload.py", line 277, in reloader_thread
[28/Oct/2018 13:06:24] "GET /admin/oplan/roomavailability/ HTTP/1.1" 200 9291
    change = fn()
  File "/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/utils/autoreload.py", line 207, in code_changed
    stat = os.stat(filename)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/d/repo/kifplan/venv/lib/python3.6/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo'

[Feature Request] pdf Export

Schön wäre ein .pdf Export:

  • Gesamtplan (mehrseitig?)
  • für die einzelnen Tage: z.B. someUrl/Freitag/pdf
  • aktueller Tag, someUrl/today/pdf

Available Slots for rooms are not always shown

To see multi-day slots, one has currently to do the following things:

  • Switch mode to week
  • Switch mode to vertical
  • Switch mode back to horizontal

Afterwards, all slots are shown. This is not intended behaviour and should be fixed.

Use timezone based timestamps instead of native ones

Although pytz is installed and activated, at many places native timestamps are used. This generates warnings like

RuntimeWarning: DateTimeField AKTermin.start_time received a naive datetime (2018-11-05 23:59:59) while time zone support is active.

These pieces of code should be replaced by snippets using pytz timestamps.

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.