A project board for hackathons or just effective collaboration in small teams. https://glarus.dribdat.cc/
Go to file
Oleg Lavrovsky 858007723d
Merge branch 'main' of github.com:dribdat/dribdat
2023-08-16 00:51:29 +02:00
.github Use poetry for coverage 2023-04-08 10:09:53 +02:00
docs Full user profile in export 2022-09-15 23:47:29 +02:00
dribdat Event location API 2023-08-16 00:24:18 +02:00
image remove lines in script used for debugging 2023-04-25 20:06:06 +02:00
migrations Event model updated 2023-08-15 17:42:54 +02:00
profile Added profiler configuration to debug mode 2022-10-10 09:57:31 +02:00
requirements Hidden project warning, Admin view, Updated pystache 2023-08-14 15:05:52 +02:00
tests Unstarring a user also disowns project 2023-08-15 23:34:14 +02:00
.dockerignore Refactor dockerfile and add entrypoint 2023-04-25 19:49:32 +02:00
.gitignore User profile next event 2023-06-02 16:51:55 +02:00
.pyup.yml Update .pyup.yml 2017-01-11 09:38:15 +01:00
Dockerfile Refactor dockerfile and add entrypoint 2023-04-25 19:49:32 +02:00
LICENSE README 2023-08-16 00:51:03 +02:00
PACKAGE.txt PACKAGE link 2021-07-20 22:01:16 +02:00
Procfile GitHub/GitLab avatar support 2022-10-09 00:01:28 +02:00
README.md README 2023-08-16 00:51:03 +02:00
app.json Renamed GitHub org 2021-07-12 10:45:39 +02:00
autoapp.py Switch from Flask-Script to Click 2017-09-18 23:10:01 +02:00
cli.py Numerise order log 2023-04-28 21:58:20 +02:00
deploy-stackscript.sh Updated petl, alembic. Added Stackscript 2022-02-03 09:02:21 +01:00
docker-compose.yml Home optimization 2022-10-16 22:18:49 +02:00
force-migrate.sh Refactor dockerfile and add entrypoint 2023-04-25 19:49:32 +02:00
gunicorn.conf.py Test reverting 2023-07-17 20:16:33 +02:00
manage.py Test event API 2023-07-18 13:26:28 +02:00
manifest.yml Logo & manifest 2022-06-17 11:38:48 +02:00
package.json Added barba.js 2022-06-03 09:19:47 +02:00
patched.py Monkey patch eventlet 2021-05-16 01:22:59 +02:00
poetry.lock Hidden project warning, Admin view, Updated pystache 2023-08-14 15:05:52 +02:00
publish-docker.sh Docker publish latest 2023-08-16 00:48:07 +02:00
pyproject.toml README 2023-08-16 00:51:03 +02:00
pytest.ini Tests 2023-06-05 14:35:50 +02:00
release.sh Friendlier release message 2023-06-20 12:07:21 +02:00
requirements.txt Revised py req 2023-04-26 22:43:19 +02:00
runtime.txt Py Runtime 2023-08-15 17:51:11 +02:00
tox.ini Project stage test 2022-10-05 00:37:29 +02:00

README.md

dribdat

Github Actions build codecov FOSSA Status

Tools for time-limited, team-based, open-by-default collaboration

dribdat is an open source web application that assists teams working playfully on projects with data. Originally designed to promote and support data expeditions and awesome hackathons, it is akin to a 🇨🇭 Swiss Army Knife for event organizers: a website, guidelines, countdown clock, challenge board, project log, progress tracker, integrations with popular chat platforms, code repositories, and open data APIs.

The philosophy of this project, in a nutshell, is: live and let live (no tech religion, use whatever design / dev / doc tools you want as long as they are accessible to your team), commit sustainably (aggregate outputs in standard web of data formats for optimal search and archiving), create in safe spaces (embedded code of conduct, works offline, minimal privacy footprint).

Look at Screenshots and examples in the User Guide.

For more background and references, see the User Handbook. If you need help or advice in setting up your event, or would like to contribute to the project: please get in touch via the website or GitHub Issues. Follow and support the project's development on OpenCollective

If you use dribdat for your event, please add yourself to the Tour de Hack! It only takes a minute, and knowing that dribdat is helping real events helps keep the 🔥 alive.

Quickstart

This project can be deployed to any server capable of serving Python applications, and is set up for fast deployment using Ansible or Docker. The first user that registers becomes an admin, so don't delay!

If you would like to run dribdat on any other cloud or local machine, there are additional instructions in the Deployment guide. Information on contributing and extending dribdat can be found in the Contributors guide, which includes API documentation, and other details.

See also backboard, a sample responsive web application, and our dridbot chat client, which both demonstrate reuse of the dribdat API.

If you need support with your deployment, please reach out through the Issues board, or use the contact form on our website: dribd.at

Credits

This project is currently mantained by @loleg. See Contributors and Forks to find other users of this project.

Special thanks to the Open Data, Open Networking and Open Source communities in Switzerland for the many trials and feedbacks through over one hundred events.

This project is inspired by the work of many wonderful hackathonistas to the East, West, North, and South of here. We are grateful to F. Wieser and M.-C. Gasser at Swisscom for conceptual inputs and financial support at an early stage of this project. This application was based on Steven Loria's cookiecutter-flask, a more modern version of which is cookiecutter-flask-restful, and could be a good basis for your own hackathon projects.

Additional and ♥-felt thanks for your contributions to: Alexandre Cotting, Anthony Ritz, Chris Mutel, Fabien Schwob, Gonzalo Casas, Jonathan Schnyder, Jonathan Sobel, Philip Shemella, Thomas Amberg, Yusuf Khasbulatov .. and all the participants and organizers sending in bugs and requests!

License

This project is open source under the MIT License.

Due to the use of the boto3 library for S3 support, there is a dependency on OpenSSL via awscrt. If you use these features, please note that the product includes cryptographic software written by Eric Young (eay@cryptsoft.com) and Tim Hudson (tjh@cryptsoft.com).