{"id":24500167,"url":"https://github.com/kdannothere/test-atipera","last_synced_at":"2025-08-08T04:14:23.611Z","repository":{"id":257182120,"uuid":"854673311","full_name":"kdannothere/test-atipera","owner":"kdannothere","description":"A test task from “Atipera” to create an Angular app with a table of elements. Features: edit, search, filter","archived":false,"fork":false,"pushed_at":"2024-09-23T04:56:50.000Z","size":271,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T07:22:45.054Z","etag":null,"topics":["angular-18","angular-material","rx-angular"],"latest_commit_sha":null,"homepage":"https://dev.dt2o639hyvnpo.amplifyapp.com/","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/kdannothere.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":"2024-09-09T15:27:09.000Z","updated_at":"2024-12-09T22:16:38.000Z","dependencies_parsed_at":"2024-09-15T07:00:30.262Z","dependency_job_id":null,"html_url":"https://github.com/kdannothere/test-atipera","commit_stats":null,"previous_names":["kdannothere/test-atipera"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kdannothere/test-atipera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdannothere%2Ftest-atipera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdannothere%2Ftest-atipera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdannothere%2Ftest-atipera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdannothere%2Ftest-atipera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdannothere","download_url":"https://codeload.github.com/kdannothere/test-atipera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdannothere%2Ftest-atipera/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269361860,"owners_count":24404435,"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-08T02:00:09.200Z","response_time":72,"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":["angular-18","angular-material","rx-angular"],"created_at":"2025-01-21T22:17:14.357Z","updated_at":"2025-08-08T04:14:23.589Z","avatar_url":"https://github.com/kdannothere.png","language":"TypeScript","readme":"# TestAtipera\n\n### [Go to website](https://dev.dt2o639hyvnpo.amplifyapp.com/)\n\n## Task Description\n\n**Prepare a view displaying a table of elements** (columns: Number, Name, Weight, Symbol). Simulate fetching data for the table on application startup. Add the ability to edit any value of a record displayed in the table (popup + input to change the value). After confirming the change, the table row should update. Editing should be done without mutating the data.\n\n**Add a filter** that allows filtering results (one input filtering across all fields). Filtering should occur 2 seconds after the input value stops changing.\n\n**Use the following initial data**:\n\n```typescript\nconst ELEMENT_DATA: PeriodicElement[] = [\n  { position: 1, name: \"Hydrogen\", weight: 1.0079, symbol: \"H\" },\n  { position: 2, name: \"Helium\", weight: 4.0026, symbol: \"He\" },\n  { position: 3, name: \"Lithium\", weight: 6.941, symbol: \"Li\" },\n  { position: 4, name: \"Beryllium\", weight: 9.0122, symbol: \"Be\" },\n  { position: 5, name: \"Boron\", weight: 10.811, symbol: \"B\" },\n  { position: 6, name: \"Carbon\", weight: 12.0107, symbol: \"C\" },\n  { position: 7, name: \"Nitrogen\", weight: 14.0067, symbol: \"N\" },\n  { position: 8, name: \"Oxygen\", weight: 15.9994, symbol: \"O\" },\n  { position: 9, name: \"Fluorine\", weight: 18.9984, symbol: \"F\" },\n  { position: 10, name: \"Neon\", weight: 20.1797, symbol: \"Ne\" },\n];\n```\n\n**Use the library** from [Angular Material](https://material.angular.io/) for components.\n\n**The task should be written in Angular 18.2.2**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdannothere%2Ftest-atipera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdannothere%2Ftest-atipera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdannothere%2Ftest-atipera/lists"}