{"id":18395663,"url":"https://github.com/lukeuke/clientcalendar","last_synced_at":"2025-04-12T14:29:06.610Z","repository":{"id":253297562,"uuid":"843064631","full_name":"Lukeuke/ClientCalendar","owner":"Lukeuke","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-17T11:48:41.000Z","size":5269,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-24T10:05:23.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/Lukeuke.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-08-15T17:50:30.000Z","updated_at":"2024-08-17T11:48:45.000Z","dependencies_parsed_at":"2024-11-06T02:21:47.210Z","dependency_job_id":null,"html_url":"https://github.com/Lukeuke/ClientCalendar","commit_stats":null,"previous_names":["lukeuke/clientcalendar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FClientCalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FClientCalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FClientCalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lukeuke%2FClientCalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lukeuke","download_url":"https://codeload.github.com/Lukeuke/ClientCalendar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239078469,"owners_count":19577844,"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-11-06T02:11:38.818Z","updated_at":"2025-02-16T02:22:43.202Z","avatar_url":"https://github.com/Lukeuke.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClientCalendar\n![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge\u0026logo=.net\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n![HotChocolate](https://img.shields.io/badge/HOT%20CHOCOLATE-%2320232a.svg?style=for-the-badge\u0026logo=hotchocolate\u0026logoColor=%2361DAFB)\n![Apollo-GraphQL](https://img.shields.io/badge/-ApolloGraphQL-311C87?style=for-the-badge\u0026logo=apollo-graphql)\n![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge\u0026logo=JSON%20web%20tokens)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n\nClientCalendar is a powerful tool that allows you to create, manage, and assign calendars to your clients or customers, streamlining your scheduling and timeline management.\n\n## Key Features\n- **Custom Calendar Creation**: Easily create and customize calendars tailored to your specific needs.\n- **Client Assignment**: Assign clients or customers to specific time slots on your calendar for better scheduling and tracking.\n- **Optimized for Performance**: Separate read and write operations using specialized API communicators to enhance performance and scalability.\n  \n## Technology Used\nClientCalendar leverages a unique approach to API communication by separating **read** and **write** operations into distinct API mechanisms:\n\n![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge\u0026logo=graphql\u0026logoColor=white)\n![REST API](https://img.shields.io/badge/-REST%20API-808080?style=for-the-badge\u0026logoColor=white)\n\n\n- **Write Operations**: Powered by *REST API*, enabling secure and efficient data writing processes.\n- **Read Operations**: Utilizes *GraphQL* for reading data, allowing for flexible and precise data retrieval.\n### Why This Approach?\nThe decision to use REST for write operations and GraphQL for read operations is rooted in optimizing performance and scalability:\n\n- **REST for Writes**: REST APIs are ideal for handling complex transactions and ensure data integrity during write operations.\n- **GraphQL for Reads**: GraphQL allows clients to query only the data they need, reducing the amount of data transferred and improving response times. Also you **write code once**, no need to write useless endpoints to retrive specific data. It has built in **filters**, **sortings** and **paginations** makes it perfect for reading/querying data! \n  \nBy separating these concerns, ClientCalendar ensures that both writing data and retrieving data are handled in the most efficient manner possible.\n\n## Technology Stack\n![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge\u0026logo=.net\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n![HotChocolate](https://img.shields.io/badge/HOT%20CHOCOLATE-%2320232a.svg?style=for-the-badge\u0026logo=hotchocolate\u0026logoColor=%2361DAFB)\n![Apollo-GraphQL](https://img.shields.io/badge/-ApolloGraphQL-311C87?style=for-the-badge\u0026logo=apollo-graphql)\n![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge\u0026logo=JSON%20web%20tokens)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeuke%2Fclientcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukeuke%2Fclientcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeuke%2Fclientcalendar/lists"}