{"id":21284634,"url":"https://github.com/sieugene/bim","last_synced_at":"2025-10-28T10:03:35.564Z","repository":{"id":100930734,"uuid":"269350670","full_name":"sieugene/bim","owner":"sieugene","description":"test task","archived":false,"fork":false,"pushed_at":"2024-04-23T02:21:01.000Z","size":1203,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T10:02:49.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sieugene.github.io/bim/","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/sieugene.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":"2020-06-04T12:14:37.000Z","updated_at":"2020-06-06T21:42:51.000Z","dependencies_parsed_at":"2025-08-02T09:35:18.051Z","dependency_job_id":"9c7c8d80-a31b-4cab-80ed-82c222847abe","html_url":"https://github.com/sieugene/bim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sieugene/bim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieugene%2Fbim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieugene%2Fbim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieugene%2Fbim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieugene%2Fbim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sieugene","download_url":"https://codeload.github.com/sieugene/bim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sieugene%2Fbim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281418054,"owners_count":26497723,"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-28T02:00:06.022Z","response_time":60,"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-11-21T11:16:50.791Z","updated_at":"2025-10-28T10:03:35.536Z","avatar_url":"https://github.com/sieugene.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Результат - https://sieugene.github.io/bim/#/\n`Выполнено`\n```sh\n Базовые ✔\n Расширенные ✔\n```\nТестовые задания на позицию `стажера, junior разработчика и разработчика` в компанию Айбим.\nИсходные данные:\nВсе задачи базируются на данных в приложенных файлах small_data и big_data.\nВ файлах содержатся файлы одинаковые по структуре, но отличающиеся объемом.\nВ файлах содержится информация о людях (Persons) и контактах людей (Contacts).\nФайлы предоставлены в двух форматах xml и json, можно пользоваться любыми файлами в\nкачестве источника данных.\nСтруктура входных данных:\nPerson. Поля: id, name, age.\nContacts. Поля: From, To, Member1_ID, Member2_ID\nОбщие правила:\nВы можете выполнить любое количество дополнительных заданий, не обязательно выполнять все\nзадания, однако, желательно выполнить хотя бы базовые задания.\nПреимуществом выполнения Расширенных заданий является то, что это позволяет нам оценить\nкандидатов не только на позицию стажировки или junior разработчика, но и на более высокие\nпозиции.\nПриветствуется любая инициатива и креатив при решении задач, нет никаких ограничений по\nиспользованию библиотек, фреймворков и технологий.\nЗадания для позиции\nРАЗРАБОТКА WEB-ПРИЛОЖЕНИЙ - FRONTEND (Javascript)\n# 1. Базовые задания\n- Создать скрипт для отображения таблицы с данными о людях (Person) и вывести в\nтаблицу. Разрешается использование только plain ECMAScript любой версии (без\nдополнительных фреймворков и библиотек).\nСтолбцы таблицы: ID, ФИО, Возраст\n- Сделать возможность сортировки данных по фамилии, имени и возрасту.\n\n\n# 2. Расширенные задания\n### Добавить кнопку удаления строки.\nПо клику на которую строка удаляется.\n### Добавить кнопку добавления строки.\nПо клику на которую отображается форма с 3\nполями (ID, ФИО, Возраст). Появляется кнопка \"Сохранить\": по клику форма валидируются\n(см. п. 3 \"Правила валидации полей формы\").\n### Добавить кнопку редактирования строки.\nПо клику на которую все столбцы в строке\nстановятся редактируемыми: отображается форма с 3 полями (ID, ФИО, Возраст).\nПоявляется кнопка \"Сохранить\": по клику форма валидируются (см. п. 3 \"Правила\nвалидации полей формы\").\n\n### Правила валидации полей формы\n\n| Поле формы | Столбец | Тип поля | Правила валидации |\n| ------ | ------ | ------ | ------ |\n| id | ID | Числовое поле | обязательное, уникальное для таблицы |\n| name | ФИО | Текстовое поле| обязательное, до 100 символов|\n| age | Возраст | Числовое поле | обязательное, до 1000, 4 знака в дробной части |\n\n\nПри успешной валидации форма скрывается.\n### 1\n![demo](https://github.com/sieugene/bim/blob/master/src/assets/gh/1.png?raw=true)\n### 2\n![demo](https://github.com/sieugene/bim/blob/master/src/assets/gh/2.png?raw=true)\n### 3\n![demo](https://github.com/sieugene/bim/blob/master/src/assets/gh/3.png?raw=true)\n### 4\n![demo](https://github.com/sieugene/bim/blob/master/src/assets/gh/4.png?raw=true)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsieugene%2Fbim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsieugene%2Fbim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsieugene%2Fbim/lists"}