{"id":18821715,"url":"https://github.com/goto-eof/q-manager-console","last_synced_at":"2026-06-22T18:31:51.228Z","repository":{"id":54378944,"uuid":"522063604","full_name":"goto-eof/q-manager-console","owner":"goto-eof","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-07T16:05:36.000Z","size":246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-05T21:32:19.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/goto-eof.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":"2022-08-06T22:07:32.000Z","updated_at":"2022-08-06T22:22:37.000Z","dependencies_parsed_at":"2022-08-13T13:50:54.434Z","dependency_job_id":null,"html_url":"https://github.com/goto-eof/q-manager-console","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goto-eof/q-manager-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Fq-manager-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Fq-manager-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Fq-manager-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Fq-manager-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goto-eof","download_url":"https://codeload.github.com/goto-eof/q-manager-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-eof%2Fq-manager-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34661702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":[],"created_at":"2024-11-08T00:45:44.042Z","updated_at":"2026-06-22T18:31:51.199Z","avatar_url":"https://github.com/goto-eof.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Q-Manager Console\nA console manager for the [q-manager-core](https://github.com/AndreiDodu/q-manager-core) library .\n\n## Command line\nQ-Manager can be used from the command line. The commands are the followings:\n\n## Running\n\nTo make the executable jar file:\n\n\tmvn clean package\n\t\nTo run the DBMS:\n\t\n\tsudo docker-compose up\n\nTo run the application:\n\t\n\tjava -jar q-manager.jar\n\t\n### Create a Questionnaire\nTo create a questionnaire:\n\n\tquestionnaire create TITLE HELP LANGUAGE_CODE\n\nWhere:\n - `TITLE` is the title of your questionnaire\n - `HELP` is the text that describes the questionnaire\n - `LANGUAGE_CODE` the language code of the `TITLE` and `HELP`\n\nIf you do not want to specify the `TITLE`, use the `$` symbol to indicate that you don't want to define that field.\n\nTo update a questionnaire:\n\n\tquestionnaire update TITLE HELP LANGUAGE_CODE\n\t\nTo list all questionnaires:\n\n\tquestionnaire list LANGUAGE_CODE\n\t\nTo retrieve a single questionnaire:\n\t\n\tquestionnaire single QUESTIONNAIRE_CODE LANGUAGE_CODE\t\n\t\nWhere:\n - `QUESTIONNAIRE_CODE` is the questionnaire code found on DB\t\t\n\t\nTo delete a questionnaire\n\t\n\tquestionnaire delete QUESTIONNAIRE_CODE\t\n\t\nWhere:\n - `QUESTIONNAIRE_CODE` is the questionnaire code found on DB\t\n \n### Create a Group\nTo create a group:\n\n\tgroup create TITLE HELP LANGUAGE_CODE\n\nWhere:\n - `TITLE` is the title of your group\n - `HELP` is the text that describes the group\n - `LANGUAGE_CODE` the language code of the `TITLE` and `HELP`\n\nIf you do not want to specify the `TITLE`, use the `$` symbol to indicate that you don't want to define that field.\n\nTo update a group:\n\n\tgroup update TITLE HELP LANGUAGE_CODE\n\t\nTo list all groups:\n\n\tgroup list LANGUAGE_CODE\n\t\nTo retrieve a single group:\n\t\n\tgroup single GROUP_CODE LANGUAGE_CODE\t\n\t\nWhere:\n - `GROUP_CODE` is the group code found on DB\t\t\n\t\nTo delete a group\n\t\n\tgroup delete GROUP_CODE\t\n\t\nWhere:\n - `GROUP_CODE` is the group code found on DB\t \n \n### Create a Section\nTo create a section:\n\n\tsection create TITLE HELP LANGUAGE_CODE\n\nWhere:\n - `TITLE` is the title of your section\n - `HELP` is the text that describes the section\n - `LANGUAGE_CODE` the language code of the `TITLE` and `HELP`\n\nIf you do not want to specify the `TITLE`, use the `$` symbol to indicate that you don't want to define that field.\n\nTo update a section:\n\n\tsection update TITLE HELP LANGUAGE_CODE\n\t\nTo list all sections:\n\n\tsection list LANGUAGE_CODE\n\t\nTo retrieve a single section:\n\t\n\tsection single SECTION_CODE LANGUAGE_CODE\t\n\t\nWhere:\n - `SECTION_CODE` is the section code found on DB\t\t\t\n\t\nTo delete a section\n\t\n\tsection delete SECTION_CODE\t\n\t\nWhere:\n - `SECTION_CODE` is the section code found on DB\t  \n \n \n### Create a Questionnaire-Group association\nTo create a QuestionnaireGroup:\n\n\tquestionnairegroup create QUESTIONNAIRE_CODE GROUP_CODE ORDER\n\nWhere:\n - `QUESTIONNAIRE_CODE` is the questionnaire code\n - `GROUP_CODE` is the group code\n - `ORDER` it the group order \n\nTo update a QuestionnaireGroup:\n\n\tquestionnairegroup update QUESTIONNAIRE_CODE GROUP_CODE ORDER\n\t\nTo list all QuestionnaireGroup records:\n\n\tquestionnairegroup list QUESTIONNAIRE_CODE\n\t\nTo retrieve a single QuestionnaireGroup:\n\t\n\tquestionnairegroup single QUESTIONNAIRE_CODE GROUP_CODE\n\t\nTo delete a QuestionnaireGroup\n\t\n\tquestionnairegroup delete QUESTIONNAIRE_CODE GROUP_CODE\n\t\n### Create a Group-Section association\nTo create a GroupSection:\n\n\tgroupsection create GROUP_CODE SECTION_CODE ORDER\n\nWhere:\n - `GROUP_CODE` is the group code\n - `SECTION_CODE` is the section code\n - `ORDER` it the section order \n\nTo update a GroupSection:\n\n\tgroupsection update GROUP_CODE SECTION_CODE ORDER\n\t\nTo list all GroupSection records:\n\n\tgroupsection list GROUP_CODE\n\t\nTo retrieve a single GroupSection:\n\t\n\tgroupsection single GROUP_CODE SECTION_CODE\n\t\nTo delete a GroupSection\n\t\n\tgroupsection delete GROUP_CODE SECTION_CODE\n\t\t\n### Create a Section-Question association\nTo create a SectionQuestion:\n\n\tsectionquestion create SECTION_CODE QUESTION_CODE ORDER\n\nWhere:\n - `SECTION_CODE` is the section code\n - `QUESTION_CODE` is the question code\n - `ORDER` it the question order \n\nTo update a SectionQuestion:\n\n\tsectionquestion update SECTION_CODE QUESTION_CODE ORDER\n\t\nTo list all SectionQuestion records:\n\n\tsectionquestion list SECTION_CODE\n\t\nTo retrieve a single SectionQuestion:\n\t\n\tsectionquestion single SECTION_CODE QUESTION_CODE\n\t\nTo delete a SectionQuestion\n\t\n\tsectionquestion delete SECTION_CODE QUESTION_CODE\n\t\n### Create Question\nTo create a Question:\n\n\tquestion create TEXT HELP TYPE LANGUAGE_CODE OPTIONS\n\t\nWhere:\n\t - `TEXT` the question\n\t - `HELP` hrlp text\n\t - `TYPE` question type (textual, numeric etc.). Allowed values are: NUM|TEXT|STR|DATE|MUL\n\t - `LANGUAGE_CODE` language code\n   \t - `OPTIONS` if type is MUL, then here we can define options\n\nTo update a Question:\n\n\tquestion update EXISTING_QUESTION_CODE TEXT HELP TYPE LANGUAGE_CODE OPTIONS\n\t\nTo list all Question records:\n\n\tquestion list LANGUAGE_CODE\n\t\nTo retrieve a single Question:\n\t\n\tquestion single EXISTING_QUESTION_CODE LANGUAGE_CODE\n\t\nTo delete a Question\n\t\n\tquestion delete QUESTION_CODE\n\t   \t \n\t\t\t\t","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-eof%2Fq-manager-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoto-eof%2Fq-manager-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-eof%2Fq-manager-console/lists"}