{"id":17632586,"url":"https://github.com/opatut/dudel","last_synced_at":"2025-05-01T02:37:12.876Z","repository":{"id":14424058,"uuid":"17135152","full_name":"opatut/dudel","owner":"opatut","description":"This used to be a webapp for scheduling meetings easily. Now it's no longer maintained. Have a look at Bitpoll instead:","archived":false,"fork":false,"pushed_at":"2019-01-19T18:04:58.000Z","size":2024,"stargazers_count":29,"open_issues_count":51,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T21:02:41.272Z","etag":null,"topics":["flask","groups","jinja2","poll","productivity","python","schedule"],"latest_commit_sha":null,"homepage":"https://github.com/fsinfuhh/Bitpoll","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opatut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-24T12:18:44.000Z","updated_at":"2020-11-15T10:50:32.000Z","dependencies_parsed_at":"2022-08-29T05:40:22.282Z","dependency_job_id":null,"html_url":"https://github.com/opatut/dudel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opatut%2Fdudel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opatut%2Fdudel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opatut%2Fdudel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opatut%2Fdudel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opatut","download_url":"https://codeload.github.com/opatut/dudel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251813227,"owners_count":21648044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","groups","jinja2","poll","productivity","python","schedule"],"created_at":"2024-10-23T01:44:42.002Z","updated_at":"2025-05-01T02:37:12.836Z","avatar_url":"https://github.com/opatut.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Warning! This project is deprecated.\n\nI've been unable to maintain this project for some while now due to *not enough time*™. Some folks over at my university, where I also initially developed dudel, have taken the time to rewrite it using django, boosting the performance and generally improving the code base. A lot of dudel lives on in that new rewrite, [BitPoll](https://github.com/fsinfuhh/Bitpoll). Go check it out! :)\n\n---\n\n# Dudel\n\nA simple group scheduling and poll tool, following the example of doodle.com and similar services.\n\n## Setup\n\nMake a virtual environment, activate it, run:\n\n    pip install -r requirements.txt\n\nThis needs the development packages of some libraries, in particular: libpq, libldap, libsasl2.\nMake sure you also have `scss` and `coffee` (from coffeescript) installed.\n\nCopy `config.py.example` to `config.py` and adjust your settings.\nYou will probably want to change `DEBUG`, `TESTING` and `MAIL_DEBUG` for production environments!\n\n    cp config.py.example config.py\n    $EDITOR config.py\n\nCreate a test database:\n\n    make seed\n\nCreate an empty database:\n\n    make init\n\nCompile the translations:\n\n    make i18n-compile\n\nRun the testserver:\n\n    make run\n\n## Migration\n\n**WARNING!** While as a database backend all SQL-Alchemy supported databases\nshould work, migration is only available for PostgreSQL. This is due to complicated\nupgrade tasks that require database-specific SQL commands, and me being too lazy to\nimplement many of them. For development, you probably want to use SQLite anyway and\nthrow away those databases all the time (`make seed`).\n\n## Translating\n\nPlease translate. Run\n\n    make i18n-update\n\nthen copy/edit translations files (in `dudel/translations`), then compile them with\n\n    make i18n-compile\n\n## Times\n\n- ALL database times are UTC\n- generated times are simply using datetime.utcnow()\n- user-entered times are always converted from the user's Timezone\n- Polls save the timezone of the user that created it\n- Poll timezone can be changed, or set to \"Transform to user's timezone\"\n- Poll view uses poll timezone, if it differs from user timezone, a warning is displayed\n- Editing the poll's times uses the poll timezone, NOT the user's timezone\n\n### Migration\n\n- Convert user-entered times (due date, poll times) to UTC, assume they were default timezone\n- Add timezone field to poll\n- Add timezone field to user\n\n## License\n\n    Copyright (C) 2013 - 2015\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopatut%2Fdudel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopatut%2Fdudel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopatut%2Fdudel/lists"}