Giter Site home page Giter Site logo

c-beam's People

Contributors

baccenfutter avatar cketti avatar cmile avatar jaseg avatar sodoku avatar uwekamper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

c-beam's Issues

Additional definition modification keywords

As user I want to create new defines or append facts in one single row w/op c&p the previous content.

e.g.
.define foobar is also xyz

should create fact foobar with content xyz if not exists. If fact foobar already exists, the new fact should be added using a delimiter, maybe |.

example:
.define foobar
=> sorry, no definition found...
.define foobar is also xyz
=> definition of "foobar" created
.define foobar is also abc
=> definition of "foobar" updated
.define foobar
=> foobar: xyz | abc

Optional an keyword like "forget" can remove additional facts if the string between limiters matches:

example:
.define foobar forget abc
=> definition of "foobar" updated
.define foobar
=> foobar: xyz
.define foobar forget zzz
=> error no such fact on "foobar"

# bar views are outdated (and broken)

The views for bar prices and calculations don't seem to work anymore. They have also already been replaced by the current cash system and their apis/views.

url(r'^bar/preise$', views.bar_preise, name='bar_preise'),
url(r'^bar/leergut$', views.bar_leergut, name='bar_leergut'),
url(r'^bar/calc$', views.bar_calc, name='bar_Calc'),
url(r'^bar/abrechnung$', views.bar_abrechnung, name='bar_abrechnung'),

Possible Solutions:

  • Remove the views/routes

Originally posted by @sodoku in #24 (comment)

Implement adequate karma plugin

Currently, the c-base IRC channel manages karma via willy (yet another phanny bot). However, c-beam has been gaining popularity throughout the recent past. Thoughts have surfaced to consolidate willy and preferably even all other bots in the channel in favour of c-beam. For this to occur, we have to hack a few minor implementations - one of which would be karma.

weather does not work

The weather does not work as wetteronline seems to have changed the way they display the rainradar.

A quick search found https://www.windy.com/

Example:

<iframe width="650" height="450" src="https://embed.windy.com/embed2.html?lat=52.511&lon=13.391&detailLat=52.600&detailLon=13.530&width=650&height=450&zoom=11&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=%C2%B0C&radarRange=-1" frameborder="0"></iframe>

Logging of Logins and Logouts

Ich wünsche mir, dass c-beam loggt, wenn member kommen und gehen und zwar am liebsten folgende felder:

  • Einloggen oder Ausloggen?
  • Welche Technologie? (Jabber, IRC, RFID, WLAN, Timeout...
  • Zu welcher Uhrzeit?
  • Beim Ausloggen auch noch "wieviele sekunden war der user an bord" (was auf dem screen in der schleuse angezeigt wird)

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.