{"id":22757523,"url":"https://github.com/gitanat/vacation_scheduler","last_synced_at":"2025-09-03T18:38:37.113Z","repository":{"id":16491737,"uuid":"19244376","full_name":"gitanat/vacation_scheduler","owner":"gitanat","description":"A javascript+python web app for managing vacations of corporate employees","archived":false,"fork":false,"pushed_at":"2015-05-04T13:25:32.000Z","size":457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T10:14:39.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitanat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-28T15:51:23.000Z","updated_at":"2015-05-04T13:25:33.000Z","dependencies_parsed_at":"2022-08-25T17:03:18.991Z","dependency_job_id":null,"html_url":"https://github.com/gitanat/vacation_scheduler","commit_stats":null,"previous_names":["gitanat/vacation_scheduler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitanat%2Fvacation_scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitanat%2Fvacation_scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitanat%2Fvacation_scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitanat%2Fvacation_scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitanat","download_url":"https://codeload.github.com/gitanat/vacation_scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246290720,"owners_count":20753735,"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":[],"created_at":"2024-12-11T07:18:44.309Z","updated_at":"2025-03-30T08:15:23.784Z","avatar_url":"https://github.com/gitanat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Project overview\n\nThis is a web app that allows corporate employeees to schedule vacations with a single click.\n\n\n# Technology used\n\n - [Flask](http://flask.pocoo.org/), a python web microframework\n - The [SQLAlchemy](http://www.sqlalchemy.org/) [ORM](https://en.wikipedia.org/wiki/Object-relational_mapping), with [it's flask extension](https://pythonhosted.org/Flask-SQLAlchemy/), for the database backend\n - [WTForms](https://wtforms.readthedocs.org/en/latest/), with [it's flask extension](https://flask-wtf.readthedocs.org/en/latest/),  for HTML form handling\n\n\n# Project technical overview\n\n`models.py` holds all model (data) related code.\n\n`views.py` contains the URL handlers (entry points)\n\n\n\n\n# Configuration\n\n`configuration.py` contains the application configuration.\n\n`SQLALCHEMY_DATABASE_URI` is the URI for the database. This is handled by SQLAlchemy, and can use many different DB engines (SQLite, MySQL, PostgreSQL, etc)\n\n`DEBUG` controls whether the application is in debug mode, which will catch exceptions and allow interactive debugging in the browser, amongst other things.\n\n`SECRET_KEY` is a random string that should be changed for each installation.\n\n\n`FORBID_MODIFY_PAST` prevents users from modifying past vacations. A \"feature\" for distrustful management\n\n`FORBID_MODIFY_PAST_YEAR` prevents users from modifying vacations from any other year than the current one. **This MUST be enabled on the current codebase, otherwise the database will become consistent and must be fixed manually**\n\n# More documentation\n\nDocumentation on deployment and administration (and possibly others) is available in the `doc` directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitanat%2Fvacation_scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitanat%2Fvacation_scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitanat%2Fvacation_scheduler/lists"}