{"id":21508802,"url":"https://github.com/y1220/sentiment-dc","last_synced_at":"2026-02-26T06:03:56.490Z","repository":{"id":62746011,"uuid":"535014912","full_name":"y1220/Sentiment-dc","owner":"y1220","description":"portable platform to track sentiment runs on docker","archived":false,"fork":false,"pushed_at":"2023-03-18T13:08:44.000Z","size":10272,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T15:13:44.184Z","etag":null,"topics":["clickup-api","gitapi","notion-api","notion-database","sentiment","task-manager"],"latest_commit_sha":null,"homepage":"https://best-buttercup-0ec.notion.site/Problem-wish-to-focus-Ideal-case-To-fill-the-gap-what-is-missing-e793217dbb984d90ba0172d8a5ca4258","language":"HTML","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/y1220.png","metadata":{"files":{"readme":"README.md","changelog":"history/history3","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-09-10T14:00:40.000Z","updated_at":"2024-01-12T18:37:28.000Z","dependencies_parsed_at":"2023-01-28T14:47:20.475Z","dependency_job_id":null,"html_url":"https://github.com/y1220/Sentiment-dc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/y1220/Sentiment-dc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1220%2FSentiment-dc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1220%2FSentiment-dc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1220%2FSentiment-dc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1220%2FSentiment-dc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y1220","download_url":"https://codeload.github.com/y1220/Sentiment-dc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y1220%2FSentiment-dc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281651285,"owners_count":26538009,"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-29T02:00:06.901Z","response_time":59,"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":["clickup-api","gitapi","notion-api","notion-database","sentiment","task-manager"],"created_at":"2024-11-23T21:12:05.191Z","updated_at":"2025-10-29T16:06:58.335Z","avatar_url":"https://github.com/y1220.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project description\n\nAiming for making a platform for software developers to visualize their task statuses,\u003cbr/\u003e\nobjective goal is to improve the approachability of collaboration inside of teams.\u003cbr/\u003e\nBy selecting characteristics of the task, it searches similar tasks from the history and it provides you with a description about the task, commit history.\u003cbr/\u003e\nIt utilises GitHub API, ClickUp API, information can be fetched or updated via our UI.\u003cbr/\u003e\nAlso, by storing information about daily task status and your availability to help teammates,\u003cbr/\u003e\nit suggests to whom you need to help, to whom you can ask help if you need.\u003cbr/\u003e\n\nFuture focuses are to implement the ML algorithms to obtain the analysis functionarities below.\u003cbr/\u003e\n\n* evaluation of the task characteristics\n* list up the skill set, seniority of developers\n* help matching based on needs, skills\n* similarity calculation of tasks\n* counting the visits of forum content, eventually used for analysis of content preferences, seniority level of developer\n* comparison of time used depends on week/month wise according to the needs\n* utilize Notion API to store and share the updated data among the team\u003cbr/\u003e\n[tutorial of Notion API - databases](https://developers.notion.com/reference/database)\n* organize the accessible comments list regarding the code snippets\u003cbr/\u003e\n[documentation about GitHub link generation](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet)\n\n## Ruby version\n\n2.5\n\n## Prerequisites (Linux)\n\nsudo chown -R 5050:5050 *\u003cPGADMIN_VOLUME_HOSTPATH\u003e*\n\n\n## Utilities Scripts (Linux)\n\nCheck the .local folder in the project root. It contains utilities scripts in order to develop and setup your local environment.\n\n## Docker command for setup\n```diff\ndocker-compose up -d\ndocker-compose exec web bash\nbundle install\nrails db:create\nrails db:migrate\n```\n\n## Docker command for running server\n\nrails s -b 0.0.0.0\n\n## Database creation\n\n(option 1): run a seed file\nrails db:seed\n\n(option 2): operate from console\nrails c\nModel.create(name: 'something'...)\n\n## Database management\n\n[tutorial for connecting to pgadmin](https://www.youtube.com/watch?v=2BjrT14Heug)\n\n## Test\n\nTo be implemented in near future\n\n## How to use\n\n(Pre-requirements)\u003cbr/\u003e\n```diff\n- register ClickUp workspace, obtain your API token\n- prepare github repository, look for your repository id\n```\n\n(Procedure to use the platform)\u003cbr/\u003e\n1. fron Welcome page, register your ClickUp keys and values\u003cbr/\u003e\n```diff\n@@ key: value @@\nAuthorization: API token\nteam_id: int(8)\ntasks_space_id: int(8)\navailabilities_list_id: int(8)\ngitbranch_field_id: string(36)\n```\n\n2. likewise above, register your GitHub keys and values\u003cbr/\u003e\n```diff\nrepo_name: your repository name\nusername: username of repository owner\n```\n\n3. from Tasks page, update task data\n```diff\nwhich creates records of tasks, branches, and users on ClickUp\u003cbr/\u003e\n```\n\n4. from Commits page, update commit data\u003cbr/\u003e\n```diff\nwhich instead, creates records of commits related to the branch registered in our db\n- please update commit before you merge the branch into different branch, otherwise the commit may be taken as wrong branch's ones   \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy1220%2Fsentiment-dc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy1220%2Fsentiment-dc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy1220%2Fsentiment-dc/lists"}