{"id":28431061,"url":"https://github.com/dexterhuang/cybercodeonline-contributiontools","last_synced_at":"2025-07-04T17:31:44.122Z","repository":{"id":51863943,"uuid":"364420564","full_name":"DexterHuang/CyberCodeOnline-ContributionTools","owner":"DexterHuang","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-09T11:02:55.000Z","size":644,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-05T14:43:29.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/DexterHuang.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":"2021-05-05T00:20:04.000Z","updated_at":"2023-09-19T05:02:54.000Z","dependencies_parsed_at":"2022-08-23T03:40:50.639Z","dependency_job_id":null,"html_url":"https://github.com/DexterHuang/CyberCodeOnline-ContributionTools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DexterHuang/CyberCodeOnline-ContributionTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterHuang%2FCyberCodeOnline-ContributionTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterHuang%2FCyberCodeOnline-ContributionTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterHuang%2FCyberCodeOnline-ContributionTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterHuang%2FCyberCodeOnline-ContributionTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DexterHuang","download_url":"https://codeload.github.com/DexterHuang/CyberCodeOnline-ContributionTools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterHuang%2FCyberCodeOnline-ContributionTools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263588120,"owners_count":23484867,"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":"2025-06-05T14:36:13.867Z","updated_at":"2025-07-04T17:31:44.116Z","avatar_url":"https://github.com/DexterHuang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"The client app source is located in `/client` folder\n\nall changes merged to master will be automatically deployed to production -\u003e https://cco-contribution.netlify.app/\n\n# Cyber Code Online Submission Automation Tool\nWe as the CCO Community are going to make an automation tool to help reduce the workload for our hardworking volunteer mods and making it easier for people to contribute content to CCO. By having a UI for submissions it makes it simple for people to submit new contributions and automatically format it. Automatic github integrations also make everyone's life easier.\n\n- Should we add a music / art upload page? Can all go straight into a github folder for review.\n- Added the dungeon creation app temporarily to get people to use it\n\n## Stage 1: \n\t- Simple PWA app that outputs final JSON on screen, allows user to copy and paste the edited json into the main repo manually\n\t- Dungeon design editor\n\t\t- Loads existing dungeon from contribution repo (GET request directly to GitHub raw file)\n\t\t- Editing existing existing design\n\t\t- Delete existing design\n\t\t- Addeding new design\n\t\t- Output json file ready to be copied and used fro pull request at contribution repo\n\t\n## Stage 2: \n\t- Github integration, user will be able to login with their github account, after editing, a PR will be automatically created with the user's account in the main repo\n\n## Pending Tasks : \n\t1. Main Menu\n\t2. Dungeon editor page\n\t3. Word editor for words\n\t4. Markdown view\n\t5. Grammar checker\n\t6. Pro Tips page\n\t7. Lore page\n\t8. Tutorials page\n\t9. Github login\n\t10. Github clone to local storage\n\t11. Github push / pr for dungeons\n\t12. Github push / pr for lore\n\t13. Github push / pr for words\n\t14. Github push / pr for tips\n\t15. Github push / pr for tutorials\n\t16. Github push/ pr for credits\n\t17. Generic File i/o module \n\t18. Json parser and serializer \n\t19. Dungeon path finding validation\n## Page Structure / Content\n### Main Menu\n\t1. First time user visits, prompt to enter nickname\n\t2. After nickname is entered, show agreement for user submission guidelines\n\t3. Save nickname somewhere in local storage so the user is not \n\t   asked every time to enter username. \n\t4. Show the main menu.\n### Menu Contents\n\t1. Dungeons\n\t2. Words\n\t3. Lore\n\t4. Pro Tips\n\t5. Tutorials\n\t6. Change nickname?\n### Dungeon \n\t1. Has a dungeon editor\n\t2. Validate dungeon before submitting entry\n\t[Dungeon Editor]\n\t[Save Button]\n\t-----------------------------\n\t[Dungeon Submission Guidelines]\n### Words\n\t1. Simple one line text field\n\t2. Drop down for word category\n\t3. Good to have : profanity filter to automatically deny bad words\n\tNew Word : [Text field]\n\t[Save Button]\n\t-----------------------------\n\t[Words Submission Guidelines]\n### Pro Tips\n\t1. Simple one line text field\n\t2. Good to have : profanity filter to automatically deny bad words\n\tNew Pro Tip : [Text field]\n\t[Save Button]\n\t-----------------------------\n\t[Pro Tips Submission Guidelines]\n### Tutorials\n\t1. Text area with markdown preview and short tutorial\n\t3. Good to have : grammar checking (js library maybe?)\n\t4. Good to have : profanity filter to automatically deny bad words\n\tNew tutorial Entry : \n\t[Text field]\n\t[Save Button]\n\t-----------------------------\n\t[Tutorial Submission Guidelines and Markdown cheat sheet]\n### Lore\n\t1. Text area with markdown preview and short tutorial\n\t3. Good to have : grammar checking (js library maybe?)\n\t4. Good to have : profanity filter to automatically deny bad words\n\tNew Lore Entry : \n\t[Text field]\n\t[Save Button]\n\t-----------------------------\n\t[Lore Submission Guidelines and Markdown cheat sheet]\n### Notes\n\tMaybe words and protips can be merged into one page, \n\tand lore and tutorials in another since they both share the same rough\n\tformat and interface. \n\n\tPlease do not try to reinvent the wheel, if there is a library that can do what we need, just import and use it.\n\t\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexterhuang%2Fcybercodeonline-contributiontools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexterhuang%2Fcybercodeonline-contributiontools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexterhuang%2Fcybercodeonline-contributiontools/lists"}