{"id":22927229,"url":"https://github.com/hapytex/hapytex-planning-poker","last_synced_at":"2025-08-31T12:43:33.294Z","repository":{"id":103353650,"uuid":"584558894","full_name":"hapytex/hapytex-planning-poker","owner":"hapytex","description":"Planning poker app to help in a planning poker procedure.","archived":false,"fork":false,"pushed_at":"2023-01-15T22:20:49.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T15:50:29.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/hapytex.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-02T23:07:28.000Z","updated_at":"2023-01-03T21:13:39.000Z","dependencies_parsed_at":"2023-07-07T21:01:35.781Z","dependency_job_id":null,"html_url":"https://github.com/hapytex/hapytex-planning-poker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hapytex/hapytex-planning-poker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fhapytex-planning-poker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fhapytex-planning-poker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fhapytex-planning-poker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fhapytex-planning-poker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hapytex","download_url":"https://codeload.github.com/hapytex/hapytex-planning-poker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapytex%2Fhapytex-planning-poker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272982771,"owners_count":25025984,"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-08-31T02:00:09.071Z","response_time":79,"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-12-14T09:13:59.540Z","updated_at":"2025-08-31T12:43:33.278Z","avatar_url":"https://github.com/hapytex.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Database Setup\n\nAfter installing Postgres, run:\n\n```\ncreateuser planning-poker --pwprompt --superuser\n# Enter password planning-poker when prompted\ncreatedb planning-poker\ncreatedb planning-poker_test\n```\n\n## Haskell Setup\n\n1. If you haven't already, [install Stack](https://haskell-lang.org/get-started)\n\t* On POSIX systems, this is usually `curl -sSL https://get.haskellstack.org/ | sh`\n2. Install the `yesod` command line tool: `stack install yesod-bin --install-ghc`\n3. Build libraries: `stack build`\n\nIf you have trouble, refer to the [Yesod Quickstart guide](https://www.yesodweb.com/page/quickstart) for additional detail.\n\n## Development\n\nStart a development server with:\n\n```\nstack exec -- yesod devel\n```\n\nAs your code changes, your site will be automatically recompiled and redeployed to localhost.\n\n## Tests\n\n```\nstack test --flag planning-poker:library-only --flag planning-poker:dev\n```\n\n(Because `yesod devel` passes the `library-only` and `dev` flags, matching those flags means you don't need to recompile between tests and development, and it disables optimization to speed up your test compile times).\n\n## Documentation\n\n* Read the [Yesod Book](https://www.yesodweb.com/book) online for free\n* Check [Stackage](http://stackage.org/) for documentation on the packages in your LTS Haskell version, or [search it using Hoogle](https://www.stackage.org/lts/hoogle?q=). Tip: Your LTS version is in your `stack.yaml` file.\n* For local documentation, use:\n\t* `stack haddock --open` to generate Haddock documentation for your dependencies, and open that documentation in a browser\n\t* `stack hoogle \u003cfunction, module or type signature\u003e` to generate a Hoogle database and search for your query\n* The [Yesod cookbook](https://github.com/yesodweb/yesod-cookbook) has sample code for various needs\n\n## Getting Help\n\n* Ask questions on [Stack Overflow, using the Yesod or Haskell tags](https://stackoverflow.com/questions/tagged/yesod+haskell)\n* Ask the [Yesod Google Group](https://groups.google.com/forum/#!forum/yesodweb)\n* There are several chatrooms you can ask for help:\n\t* For IRC, try Freenode#yesod and Freenode#haskell\n\t* [Functional Programming Slack](https://fpchat-invite.herokuapp.com/), in the #haskell, #haskell-beginners, or #yesod channels.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapytex%2Fhapytex-planning-poker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhapytex%2Fhapytex-planning-poker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapytex%2Fhapytex-planning-poker/lists"}