{"id":13694310,"url":"https://github.com/meggsila/EmployeeCheckin","last_synced_at":"2025-05-03T01:32:27.334Z","repository":{"id":221323718,"uuid":"753613697","full_name":"meggsila/EmployeeCheckin","owner":"meggsila","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-22T13:48:06.000Z","size":61,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-03T17:19:33.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/meggsila.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}},"created_at":"2024-02-06T13:23:21.000Z","updated_at":"2024-02-24T09:53:46.000Z","dependencies_parsed_at":"2024-02-07T11:29:21.190Z","dependency_job_id":"01053c83-81ab-4a3d-8331-9de74ab64341","html_url":"https://github.com/meggsila/EmployeeCheckin","commit_stats":null,"previous_names":["meggsila/employeecheckin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meggsila%2FEmployeeCheckin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meggsila%2FEmployeeCheckin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meggsila%2FEmployeeCheckin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meggsila%2FEmployeeCheckin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meggsila","download_url":"https://codeload.github.com/meggsila/EmployeeCheckin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224346487,"owners_count":17296221,"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","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-08-02T17:01:29.088Z","updated_at":"2024-11-12T20:31:59.503Z","avatar_url":"https://github.com/meggsila.png","language":"Swift","funding_links":[],"categories":["Misc"],"sub_categories":["Notes"],"readme":"# EmployeeCheckin\n\n**EmployeeCheckin** is an iOS application built using the MVVM architecture with interoperability between Swift and Objective-C. The storage used is Core Data.  \nThis app allows employees to check in their time using a date picker.  \nWhen the user has not checked in yet, the date picker is initialized with 06:30 of the current day, retrieved from a mocked API call. After the user checks in, the date picker will display their latest check-in time.  \n\n**FUNCTIONALITIES**  \n* 📆 Datetime Picker   \nUsers can select their desired check-in time. The selected time is validated to ensure it's not in the future limited by a range till the current date.  \n\n* 🌐 API Integration    \nThe date picker is initialized with with 06:30 of the current day, retrieved from a mocked API call. The mock API response is in JSON format: {\"dateTime\": \"yyyy-MM-dd HH:mm\"}.  \n\n* 💽 Persistence  \nThe app has a CoreData database with a table named **Employee** containing a single attribute called **check_in_date_time**.  \nI have performed a minor CoreData migration to add a new attribute called **name** with a default value   \n\n* 🏛️ Architecture  \nEmployeeCheckin follows the MVVM architecture pattern.  \nCheckinViewModel manages Core Data operations while NetworkingViewModel takes care of networking.  \n\n**USAGE**\n* Launch the EmployeeCheckin app.\n* Press the \"Start\" button to access the check-in screen.\n* Use the date picker to select your desired check-in time.\n* Press the \"Submit\" button to save your check-in time.\n* Your check-in time is now saved in the database and displayed in first screen. \n\n\u003cbr\u003e\n\u003cbr\u003e\n\n![banner](https://github.com/meggsila/EmployeeCheckin/assets/80169743/447521f2-bc34-4823-8ba5-699240de608d)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeggsila%2FEmployeeCheckin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeggsila%2FEmployeeCheckin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeggsila%2FEmployeeCheckin/lists"}