{"id":27963182,"url":"https://github.com/windmillcode/portal-sample-app","last_synced_at":"2025-10-25T15:09:06.571Z","repository":{"id":132081440,"uuid":"409745410","full_name":"WindMillCode/portal-sample-app","owner":"WindMillCode","description":"sample ecommerce application","archived":false,"fork":false,"pushed_at":"2021-11-03T19:48:55.000Z","size":2763,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T15:48:45.187Z","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-23T21:13:56.000Z","updated_at":"2021-11-03T19:48:57.000Z","dependencies_parsed_at":"2023-07-12T09:15:14.248Z","dependency_job_id":null,"html_url":"https://github.com/WindMillCode/portal-sample-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WindMillCode/portal-sample-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WindMillCode","download_url":"https://codeload.github.com/WindMillCode/portal-sample-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WindMillCode%2Fportal-sample-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280973110,"owners_count":26422920,"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-25T02:00:06.499Z","response_time":81,"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:21.120Z","updated_at":"2025-10-25T15:09:06.566Z","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.12\n## Backend\n* python v3.9.7\n* flask 2.0.1\n* sqlalchemy 1.4.25\n* marshmallow 3.13.0\n\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* backend - \n    * url - portal-customer-backend\n\n\n### CMS\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\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] - do not pull from here complex merging took place\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\u003c!-- to navigate through the website the user does what  --\u003e\n\u003c!-- also include sub labels for each part of nav --\u003e\n\n### Loading of products\n* handled in AngularApp\\src\\app\\shop\\main\\main.component.ts\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\n\n\n# TODO\n\n## Template Updates\nTeam members refer to the [Trello workspace](https://trello.com/b/AFCBbcL4/angular-template-project-updates)\n\n## Notes\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* update user billing and shipping\n```ts\n    http.patch(\n        `${env.backend.url}/users/update`,\n        {\n            data:{\n                user:acctCurrent?.user,\n                myPass:acctCurrent?.pass,\n                update_body:myAcctCurrent\n            }\n        }\n    )\n    .pipe(\n        tap(console.log,console.error)\n    )\n    .subscribe()\n```\n\n## Media \n\n[home_0.jpg]\nPhoto by \u003ca href=\"https://unsplash.com/@markuswinkler?utm_source=unsplash\u0026utm_medium=referral\u0026utm_content=creditCopyText\"\u003eMarkus Winkler\u003c/a\u003e on \u003ca href=\"https://unsplash.com/s/photos/qrcode?utm_source=unsplash\u0026utm_medium=referral\u0026utm_content=creditCopyText\"\u003eUnsplash\u003c/a\u003e\n  \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-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindmillcode%2Fportal-sample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindmillcode%2Fportal-sample-app/lists"}