{"id":15858944,"url":"https://github.com/nitrocode/challenge-questionnaire","last_synced_at":"2026-02-24T18:40:11.985Z","repository":{"id":84691035,"uuid":"95075665","full_name":"nitrocode/challenge-questionnaire","owner":"nitrocode","description":"A challenge to write a questionnaire web app in Flask and jQuery","archived":false,"fork":false,"pushed_at":"2017-06-25T01:12:46.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T19:50:53.882Z","etag":null,"topics":["challenge"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nitrocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-22T04:49:10.000Z","updated_at":"2019-01-23T01:39:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c7c1bd0-aebf-4c6c-9ebc-f84958faffa4","html_url":"https://github.com/nitrocode/challenge-questionnaire","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.13636363636363635","last_synced_commit":"4530ab116f4719fac1c22d9e68ad958363ecabaf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nitrocode/challenge-questionnaire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrocode%2Fchallenge-questionnaire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrocode%2Fchallenge-questionnaire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrocode%2Fchallenge-questionnaire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrocode%2Fchallenge-questionnaire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitrocode","download_url":"https://codeload.github.com/nitrocode/challenge-questionnaire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrocode%2Fchallenge-questionnaire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281544179,"owners_count":26519552,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["challenge"],"created_at":"2024-10-05T21:02:11.233Z","updated_at":"2025-10-29T01:34:52.227Z","avatar_url":"https://github.com/nitrocode.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nTiny Flask app designed to read a file of questions, display in a table, and allows modification of values.\n\nQuick and dirty proof of concept.\n\n## Prerequisites\n\n* python\n* virtualenv\n* npm\n* bower\n\n## Setup\n\n    $ bower install jquery\n    $ cp bower_components/jquery/dist/jquery.min.js app/static/\n    $ virtualenv env\n    $ . env/bin/activate\n    (env) $ pip install -r requirements.txt\n\n## Run\n\n    (env) $ python run.py\n\n# Issues\n\nIt's possible that there may be stale `pyc` files in the directory that could cause issues. To prevent that, try removing all `pyc` files prior to running the app.\n\n    (env) $ find . -name \"*.pyc\" -delete\n\n# TODO\n\n## UI\n\n* data validation\n* answer verification\n* better UI of distractors\n* 404 page\n\n## Infrastructure\n\n* grunt\n* docker\n* setup as models.py, views.py, etc setup\n* paging for speed\n* minification for speed\n* sqlite instead of csv\n* app logging\n* sphinx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrocode%2Fchallenge-questionnaire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitrocode%2Fchallenge-questionnaire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrocode%2Fchallenge-questionnaire/lists"}