{"id":31004627,"url":"https://github.com/mazkdevf/ictconscript-fullstack","last_synced_at":"2025-10-06T03:15:22.627Z","repository":{"id":310304650,"uuid":"1026599930","full_name":"mazkdevf/ictconscript-fullstack","owner":"mazkdevf","description":"ICTConscript - full-stack implementation","archived":false,"fork":false,"pushed_at":"2025-07-26T10:32:40.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T14:44:41.715Z","etag":null,"topics":["backend","frontend","full-stack"],"latest_commit_sha":null,"homepage":"","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/mazkdevf.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,"zenodo":null}},"created_at":"2025-07-26T08:01:29.000Z","updated_at":"2025-07-26T10:33:43.000Z","dependencies_parsed_at":"2025-08-17T07:22:23.582Z","dependency_job_id":"d8722f6b-97ec-4528-a9ed-5e6b8e5bd257","html_url":"https://github.com/mazkdevf/ictconscript-fullstack","commit_stats":null,"previous_names":["mazkdevf/ictconscript-fullstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mazkdevf/ictconscript-fullstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2Fictconscript-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2Fictconscript-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2Fictconscript-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2Fictconscript-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazkdevf","download_url":"https://codeload.github.com/mazkdevf/ictconscript-fullstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2Fictconscript-fullstack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274907842,"owners_count":25371822,"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-09-12T02:00:09.324Z","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":["backend","frontend","full-stack"],"created_at":"2025-09-13T01:59:19.816Z","updated_at":"2025-10-06T03:15:17.580Z","avatar_url":"https://github.com/mazkdevf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICT Conscript Full Stack Implementation\n\n### Frontend (Web Application)\n\n* **Log Entry Listing:** Displays existing log entries in reverse chronological order (newest first).\n* **New Entry Addition:** Allows users to add new entries via a modal/drawer, including a title, body (free text), and optional location (latitude/longitude).\n* **Real-time Updates:** Newly submitted entries appear immediately in the list.\n* **Mini-Map Thumbnail:** Displays a map thumbnail for log entries that include coordinate data.\n* **Map Viewer:** Click a map thumbnail for more better view of the coordinate data.\n\n## Desktop\n\n\u003cimg width=\"1920\" height=\"947\" alt=\"image\" src=\"https://github.com/user-attachments/assets/27fbb812-8988-408a-9282-e485c819b1af\" /\u003e\n\n\n### Adding new entry:\n\u003cimg width=\"712\" height=\"645\" alt=\"image\" src=\"https://github.com/user-attachments/assets/a121b7dd-7e52-492a-8fd3-aa60f9dde0a7\" /\u003e\n\u003cimg width=\"702\" height=\"817\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bace3c13-30c8-4efe-a895-3feee958bbc7\" /\u003e\n\n### When clicking on map thumbnail:\n\u003cimg width=\"969\" height=\"789\" alt=\"image\" src=\"https://github.com/user-attachments/assets/39700756-d5bb-4536-a315-af40f074d3e8\" /\u003e\n\n## Mobile\n\n\u003cimg width=\"406\" height=\"852\" alt=\"image\" src=\"https://github.com/user-attachments/assets/a6683315-96c0-414e-99b9-c8dc09556687\" /\u003e\n\n\n\n### Adding new entry:\n\u003cimg width=\"409\" height=\"853\" alt=\"image\" src=\"https://github.com/user-attachments/assets/c5433c64-1af5-4942-a44c-5054c9453245\" /\u003e\n\u003cimg width=\"408\" height=\"848\" alt=\"image\" src=\"https://github.com/user-attachments/assets/44e2ec2b-e520-4ab7-9621-b45bafc03dda\" /\u003e\n\n### When clicking on map thumbnail:\n\u003cimg width=\"409\" height=\"855\" alt=\"image\" src=\"https://github.com/user-attachments/assets/5649d6b8-b081-4c58-a902-dda255e3ed62\" /\u003e\n\n\n\n### Backend (REST API)\n\n* **Data Persistence:** Utilizes a SQLite database to store and manage log entries.\n* **API Endpoints:**\n    * `GET /api/entries`: Retrieves all log entries, sorted by newest first top 10.\n    * `GET /api/entries/\u003cid\u003e`: Fetches a single log entry by its ID, returning a 404 if not found.\n    * `POST /api/entries`: Accepts new log entries with `title`, `body`, and optional `lat`/`lon`. The server automatically assigns the `id`.\n    * `GET /health`: Provides a health-check endpoint, returning HTTP 200 with \"OK\".\n* **API Specification:** Endpoints communicate using JSON over HTTP, with validation errors responding in HTTP 4xx and an explanatory JSON message.\n\n## Technologies Used\n\n* **Frontend:** Next.js, React, Tailwind CSS, Radix UI (Shadcn/UI)\n* **Backend:** (Proposed: Nitro.js for REST API, SQLite for database)\n\n\n## Test what was submitted to Puolustusvoimat!\nhttps://github.com/mazkdevf/test-ictconscript-admission\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Fictconscript-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazkdevf%2Fictconscript-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Fictconscript-fullstack/lists"}