a widget to list events from a JSON backend. the widget may be included by any website to share community events.

our goal is to share tech-related events from the various groups in beijing. though any community would be welcome to reuse the code.

to make sharing easy a small widget should allow any community to display events on their website.

a link from that widget should allow community-managers to submit events.

new events will be stored in a JSON backend, and distributed to all websites using the widget.

in this way, related communities, such as the python meetup, perl china, ruby meetup, BLUG, BJGUG and others can share their events with each other.

to allow selection, some kind of tagging should probably be supported.

also moderated submission from visitors to share other events interesting for our communities should be possible.

frontend code is hosted at https://gitcafe.com/BLUG/community-calendar.

the JSON backend is currently hosted at www.techgrind.asia as part of a larger platform being developed there. it is conceivable to develop a standalone backend or reuse another existing backend like the google calendar (google is not accessible in china, so this option is not available here)

Looking for hackers with the skills:

css design angular.js javascript rest

This project is part of:

Hack Week 11

Activity

  • about 11 years ago: eMBee added keyword "rest" to this project.
  • about 11 years ago: eMBee added keyword "css" to this project.
  • about 11 years ago: eMBee added keyword "design" to this project.
  • about 11 years ago: eMBee added keyword "angular.js" to this project.
  • about 11 years ago: eMBee added keyword "javascript" to this project.
  • about 11 years ago: whdu liked this project.
  • about 11 years ago: eMBee started this project.
  • about 11 years ago: eMBee originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Kudos aka openSUSE Recognition Platform by lkocman

    Description

    Relevant blog post at news-o-o

    I started the Kudos application shortly after Leap 16.0 to create a simple, friendly way to recognize people for their work and contributions to openSUSE. There’s so much more to our community than just submitting requests in OBS or gitea we have translations (not only in Weblate), wiki edits, forum and social media moderation, infrastructure maintenance, booth participation, talks, manual testing, openQA test suites, and more!

    Goals

    • Kudos under github.com/openSUSE/kudos with build previews aka netlify

    • Have a kudos.opensuse.org instance running in production

    • Build an easy-to-contribute recognition platform for the openSUSE communit a place where everyone can send and receive appreciation for their work, across all areas of contribution.

    • In the future, we could even explore reward options such as vouchers for t-shirts or other community swag, small tokens of appreciation to make recognition more tangible.

    Resources

    (Do not create new badge requests during hackweek, unless you'll make the badge during hackweek)


    HTTP API for nftables by crameleon

    Background

    The idea originated in https://progress.opensuse.org/issues/164060 and is about building RESTful API which translates authorized HTTP requests to operations in nftables, possibly utilizing libnftables-json(5).

    Originally, I started developing such an interface in Go, utilizing https://github.com/google/nftables. The conversion of string networks to nftables set elements was problematic (unfortunately no record of details), and I started a second attempt in Python, which made interaction much simpler thanks to native nftables Python bindings.

    Goals

    1. Find and track the issue with google/nftables
    2. Revisit and polish the Python code, primarily the server component
    3. Finish functionality to interact with nftables sets (retrieving and updating elements), which are of interest for the originating issue
    4. Align test suite
    5. Packaging

    Resources

    • https://git.netfilter.org/nftables/tree/py/src/nftables.py
    • https://git.com.de/Georg/nftables-http-api (to be moved to GitHub)
    • https://build.opensuse.org/package/show/home:crameleon:containers/pytest-nftables-container