{"id":27963195,"url":"https://github.com/windmillcode/portal-sample-admin-dashboard","last_synced_at":"2025-08-05T02:14:23.666Z","repository":{"id":132081434,"uuid":"412035635","full_name":"WindMillCode/portal-sample-admin-dashboard","owner":"WindMillCode","description":"sample admin dashboard for the portal app","archived":false,"fork":false,"pushed_at":"2021-11-03T19:21:06.000Z","size":2109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T19:58:23.590Z","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/WindMillCode.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,"zenodo":null}},"created_at":"2021-09-30T11:21:18.000Z","updated_at":"2021-11-03T18:51:41.000Z","dependencies_parsed_at":"2023-07-12T09:15:51.651Z","dependency_job_id":null,"html_url":"https://github.com/WindMillCode/portal-sample-admin-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WindMillCode/portal-sample-admin-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-admin-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-admin-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-admin-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-admin-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WindMillCode","download_url":"https://codeload.github.com/WindMillCode/portal-sample-admin-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-admin-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268820501,"owners_count":24312402,"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-05T02:00:12.334Z","response_time":2576,"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":"2025-05-07T19:58:22.706Z","updated_at":"2025-08-05T02:14:23.645Z","avatar_url":"https://github.com/WindMillCode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/WindMillCode/WindMillCodeSite.svg?style=svg)](\u003cLINK\u003e)\n\n\n# Summary\n\n## Features include \nOnly members of the project can read the README.md from the ignore folder\n\n# Stack \n\n## Frontend\n* Angular v12.2.7\n## Backend\n* python v3.10.0\n* flask v 2.0.2\n\n## Testing\n* Docker, (tes in docker containers from linux VM) v20.10.7\n\n### Unit\n* rspec    v3.10.0\n* capybara v3.35.3\n\n### Integration\n* rspec    v3.10.0\n* capybara v3.35.3\n\n### E2E\n* rspec    v3.10.0\n* capybara v3.35.3\n* puffing billy v2.4.1\n\n## Hosting\n\n### CMS\n* Cloudinary  \n\n\n### Logging\n\n## CI/CD\n\n## Communication\nTrello\n\n\n# Structure\n\n## Linting Rules\n\n* ruby indentation 2 lines\n* ts indentation 4 lines\n* we prefix all our styles with \"a_p_p_\" a judima methodlogy so as not to confunse with 3rd party libs\nnested Loops\n```js\n[].forEach(x,i)=\u003e{\n    x.forEach(y,j)=\u003e{\n        y.forEach(z,k)=\u003e{\n            z.forEach(w,h)=\u003e{\n                w.forEach(xx,ii)=\u003e{\n                    ...\n                })                   \n            })             \n        })        \n    })\n})\n```\n\nfor our css prefix they start with a_p_p_[SectionName]\n* if we are in Main subprefix, suffix dont need pod\n* if we are in Pod[#] you need to include Pod[#] in your prefixes for association\n\n### Git commit messages\n\npart 1 \n[UPDATE] - any bug free updates\n[PATCH]  - any partial fixes that invovles tradeoffs\n[BROKEN] - any partial fixes that has issues to address\n[FIX]    - meaninfgul complete fixes\n[COMPLEX MERGE] - dont pull from here merging was taking place here\n\npart 2\n{frontend} {backend} {CI/CD} {testing} {logging}\n* where the fixes was applied \n\n* then the message\n* can use two or more in the same commit\n\n\n\n\n## Project Directory Mapping\n\n### Frotend\n#### Configurations\n\n#### HomePage\n\n### Backend\n\n#### Configurations\n* refer to README.md in ignore\n\n\n### Testing \n* in __AngularApp/testing/TESTS.md__ we have  where we write pseudo code for our unit,e2e and integration tests later\n*    __AngularApp/testing/e2e/target-e2e-circleci.rb__ - is where all of our e2e tests live, we test on docker in a ubuntu 20.04 to closely represent the circleCI env and write the code \n* in the local testing env we use a gui browser, to oberserve to  make sure the tests work properly, however in circleci we have the browsers run in headless mode. \n\n### CI/CD\n* IN .circleci is our config.yml, we make use of the company's Docker image as well as the circleci browser-build tools orb, as a general practice we packages our dependencies into the orb so we dont have to increased build times\n\n\n### Issues\n\n### Future Plans\nrefer to README.md in ignore\n\n\n## Site Navigation\n\n\n### Loading of users\n* handled in src\\app\\users\\main\\main.component.ts\n\n\n\n\n# Aspects\n\n## Challenges\n\n## Mistakes/Failures\n\n## Enjoyed\n\n## Leadership\n\n## Conflict\n\n\n## Done Different\n\n\n# Issues \n* in the orders main component, if you run ref.detectChanges(), the updates wont gon properly in the inventory component however if you dont run it, the change gets detected somehow \n* use this code as an @Input in invertory if you have change detection issues later\n```ts\nthis.parentChange = ()=\u003e{\n    console.log(\"rewritten\")\n    this.parentChange()\n    ref.detectChanges()\n}\n```\n\n* for users.pages.list.pipeFns not allowing for the MonoTypeOperatorFunction\n* if you try to paginate by typing in, your kinda of confuse the application, mabye it should fill at the appropriate length so we disabled for now\n* might incorrectly track when changing the page range please fix\n\n# TODO\n* provide to add a section when creating or modifying an entry in a resource\n\n\n## Template Updates\nTeam members refer to the [Trello workspace](https://trello.com/b/AFCBbcL4/angular-template-project-updates)\n\n## Notes\n* as you grab new users, you need to hit the sort buttons  to sort accordingly, once sorted it wont go to original sorted position\n\n\n## Terminal workspace\n\nSession 1 (Frontend)\n    $(npx ng serve)\n    configure frontend \nSession 2 (Backend)\n    $(python tornado_server.py)\n    configure backend (like heroku push)\nSession 3 (Testing)\n    configure testing env\n    ssh session to vm to instianiate docker vm\nSession 4 (Github)\n    git push \nSession 5 (Logging)\n    ssh session to vm to instianiate docker vm\n\n\n# Resources\n\n## Snippets\n* general snippets found in planning in the trello workspace\n\n## Media \n\u003c!-- bunch of links --\u003e\n\n\n# Metrics\n\n## Users\n\n## Netowrk\n\n## Storage\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindmillcode%2Fportal-sample-admin-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindmillcode%2Fportal-sample-admin-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindmillcode%2Fportal-sample-admin-dashboard/lists"}