{"id":38593619,"url":"https://github.com/intersective/practera-sdk-ionic","last_synced_at":"2026-01-17T08:25:59.623Z","repository":{"id":21993757,"uuid":"94670910","full_name":"intersective/practera-sdk-ionic","owner":"intersective","description":"This is an angular 2/4 + Ionic 2 general SDK for interfacing with Practera","archived":false,"fork":false,"pushed_at":"2023-02-27T16:30:57.000Z","size":14622,"stargazers_count":1,"open_issues_count":21,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-04-14T18:03:41.052Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intersective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-18T07:02:35.000Z","updated_at":"2018-10-10T08:07:19.000Z","dependencies_parsed_at":"2023-01-14T07:46:04.083Z","dependency_job_id":null,"html_url":"https://github.com/intersective/practera-sdk-ionic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/intersective/practera-sdk-ionic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intersective%2Fpractera-sdk-ionic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intersective%2Fpractera-sdk-ionic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intersective%2Fpractera-sdk-ionic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intersective%2Fpractera-sdk-ionic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intersective","download_url":"https://codeload.github.com/intersective/practera-sdk-ionic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intersective%2Fpractera-sdk-ionic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-17T08:25:59.526Z","updated_at":"2026-01-17T08:25:59.608Z","avatar_url":"https://github.com/intersective.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Practera SDK - Ionic 2/Angular 2 (soon 4)\n\nOverview\n\nDocs\n\n1. [Front-end Architecture](https://docs.google.com/document/d/1-6rO7WrnBSGQtbmnIXe-AukzQVsrDpPFM9YeS9r44X8/edit#heading=h.973rokhhmjm5)\n\n1. [Naming Convention Planning](https://docs.google.com/document/d/1Q77qYA9IPTXmjhEMizZYNEBbJkEcbJbD34_1wyEY6iI/edit)\n\n\n## Requirements\n\nFor development environment, here are mandatory utilities.\n  - __Npm (Nodejs)__ : Refer to https://nodejs.org/download/\n  - __Ionic v3__ : version 3++\n\n## Setup Notes\n\n1. Install dependencies\n    ```bash\n    npm install -g ionic #install ionic-cli globally\n    ```\n1. Make sure your ionic is running at least v3 and above by running `ionic -v` command\n    ```bash\n    ionic -v # example version number (\u003e 3) from the command above\n    ```\n\n1. If you have problem installing ionic, please uninstall current version of ionic with the following and repeat the step 1 \u0026 2 above again to install ionic correctly.\n    ```bash\n    npm uninstall -g ionic\n    ```\n\n1. after git clone with `git clone git@github.com:intersective/practera-sdk-ionic.git`\n\n1. change directory into the project folder `cd practera-sdk-ionic`\n\n1. Install node dependencies\n    ```bash\n    npm install\n    ```\n\n1. To run app locally\n    ```bash\n    ionic serve\n    ```\n\n## Development Notes\n\n1. Ionic Deeplinking/Routing\n    Deeplinking allow a URL to auto redirect user into a specific page in the App.\n    We also use named url parameters in URL, for example, ```http://example.com?parameter_name=example_value``` for specific feature to adapt backward-compatible consideration.\n\n    For example, using pagename in _do_ parameter:\n\n    - Reset password: `http://example.com?do=resetpassword\u0026email=test@example.com\u0026key=abcdefg`\n\n    - Registration: `http://example.com?do=registration\u0026email=test@example.com\u0026key=abcdefg`\n\n1. Copy `src/configs/config.ts.default` to `src/configs/config.ts`. Change your appkey inside `config.ts` based on the appkey in your database.\n\n1. Start server or initiate app\n    ```\n    ionic serve\n    ```\n\n## Troubleshooting\n\n1. **Cached web content** - If you found what you see in browser isn't updated as expected after you've changed the codebase, you can try:\n    1. Make sure `ionic serve` in your terminal if it is still running\n    1. Activate browser `Developer Mode` in Chrome/Safari/Firefox - `OPT + CMD + I`\n    1. Empty cache\n        1. Chrome\n            1. Application Tab\n            1. Clear Storage\n            1. click '[*Clear selected*]' button\n        1. Safari\n            1. Select `Develop`\n            1. Disable cache\n            1. Empty cache or `OPT + CMD + E`\n        1. Firefox\n            1. Get into `Preference` (use shortcut key `CMD + ,`)\n            1. Select `Advanced`\n            1. At the `Cached Web Content` click '[*Clear Now*]' button\n\n1. To clear npm cache, if you get prompted about `node-sass`, run command below\n    ```bash\n    npm rebuild node-sass\n    ```\n\n1. To make sure your npm package installed has the latest/match `package.json` dependencies correctly\n    ```bash\n    # reinstall after node_modules \u0026 npm cache cleared\n    rm -fr node_modules\n    rm -fr package-lock.json\n    npm cache clean --force\n    npm install\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintersective%2Fpractera-sdk-ionic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintersective%2Fpractera-sdk-ionic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintersective%2Fpractera-sdk-ionic/lists"}