{"id":16990045,"url":"https://github.com/monambike/ouroweb-tools","last_synced_at":"2026-04-11T08:32:50.166Z","repository":{"id":171092661,"uuid":"646994344","full_name":"monambike/ouroweb-tools","owner":"monambike","description":"Multifunctional application that transfers setups, copies links, opens common applications, generates and copies task documentation templates, and updates configuration files. It includes a settings screen, system notifications, messaging, and an activity log.","archived":false,"fork":false,"pushed_at":"2024-03-05T06:41:54.000Z","size":19974,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T21:46:20.749Z","etag":null,"topics":["activity-log","automation","log","system-tray","template-generator","tray-application"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monambike.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-29T20:32:07.000Z","updated_at":"2023-05-30T19:38:01.000Z","dependencies_parsed_at":"2024-11-28T12:39:32.548Z","dependency_job_id":null,"html_url":"https://github.com/monambike/ouroweb-tools","commit_stats":null,"previous_names":["monambike/ourowebtools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monambike%2Fouroweb-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monambike%2Fouroweb-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monambike%2Fouroweb-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monambike%2Fouroweb-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monambike","download_url":"https://codeload.github.com/monambike/ouroweb-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898458,"owners_count":20528341,"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":["activity-log","automation","log","system-tray","template-generator","tray-application"],"created_at":"2024-10-14T03:08:49.645Z","updated_at":"2026-04-11T08:32:50.112Z","avatar_url":"https://github.com/monambike.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/MONAMBIKE-%236c00fa?style=for-the-badge\u0026label=MADE%20BY\u0026labelColor=%23050505\"\u003e \u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/MIT%20license-%236c00fa?style=for-the-badge\u0026label=LICENSE\u0026labelColor=%23050505\"\u003e\n\n![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge\u0026logo=csharp\u0026logoColor=white)\n![.Net](https://img.shields.io/badge/.NET-5C2D91?style=for-the-badge\u0026logo=.net\u0026logoColor=white)\n![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white)\n\n# OuroWebTools :toolbox:\n\nI created this application to try automating some processes while working at [OuroWeb (Custom Software)](https://customsoftware.com.br/). It's an application designed to be primarily used through its system tray icon.\n\nThis was the first project I worked on that started to follow standards more aligned with popular programming practices in the market that I tried to learn on my own, such as \"Clean Code\" and \"Clean Architecture\".\n\n![image](https://user-images.githubusercontent.com/35270174/212320230-8fafd3d7-058f-428f-a07b-e4d59611036b.png)\n\n\nThe application was built with C# and WPF using the .NET Framework in conjunction with the MVVM methodology.\n\nIn addition to being a study object for WPF, component reuse, classes and methods, automation processes, and centralized problem-solving in a single application with the goal of easy maintenance and usability.\n\n![Captura de tela 2023-05-31 125939](https://github.com/monambike/ouroweb-tools/assets/35270174/b142495f-6de0-4b8c-aa65-03cd8486b2d6)\n\n# Features\n\nIt has several features including:\n\n:cd: Setup transfer;\n\n:link: Link copying;\n\n:leftwards_arrow_with_hook: Opening frequently used applications;\n\n:pencil: Generation and copying of task documentation templates;\n\n:gear: Updating configuration files.\n\nThe system includes a settings system and screen, notification and messaging system, and a log file.\n\n## Configuration Screen\n\n![image](https://user-images.githubusercontent.com/35270174/197627760-c5237a7f-c29f-4188-af0d-427a8c2bba86.png)\n\n![image](https://user-images.githubusercontent.com/35270174/197627788-03e4e23a-85b1-479c-93fb-5bc030f89077.png)\n\n# Repository\n\n![image](https://user-images.githubusercontent.com/35270174/197628165-523ccfe2-b004-44a8-8bcc-9a6d6306d0f9.png)\n\n# Notification System\n\n![Captura de tela 2023-05-31 125740](https://github.com/monambike/ouroweb-tools/assets/35270174/272cf08b-398a-4e81-85b0-64c8c3bbf918)\n![Captura de tela 2023-05-31 125801](https://github.com/monambike/ouroweb-tools/assets/35270174/8f1fb199-e2d5-4593-85a5-0d6fa0d6b860)\n![Captura de tela 2023-05-31 125828](https://github.com/monambike/ouroweb-tools/assets/35270174/bee8f10d-2859-4734-8dbf-6c11c4870b95)\n![Captura de tela 2023-05-31 125847](https://github.com/monambike/ouroweb-tools/assets/35270174/5e31b87e-52b3-4a98-bd69-4fbec9bacc97)\n\n\n# WorkTimeNote\n\nFor helping track the collaborator work.\n\n![image](https://github.com/monambike/ourowebtools/assets/35270174/6f241587-e858-4dba-ac3c-b8c469c8bb5b)\n\n![worktimenote_sand_timer-64x64](https://github.com/monambike/ourowebtools/assets/35270174/dd603993-2fba-40c4-b692-4ae5e6b49ff6)\n![worktimenote_working-64x64](https://github.com/monambike/ourowebtools/assets/35270174/2814e02c-1a9c-42c2-9729-b46f0e451617)\n![worktimenote_x-64x64](https://github.com/monambike/ourowebtools/assets/35270174/9a0a8151-c739-457e-ba6e-6e52ad015467)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonambike%2Fouroweb-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonambike%2Fouroweb-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonambike%2Fouroweb-tools/lists"}