{"id":15714534,"url":"https://github.com/aeueoe/meet_app","last_synced_at":"2026-05-09T01:11:06.604Z","repository":{"id":253785638,"uuid":"842405837","full_name":"aeueoe/meet_app","owner":"aeueoe","description":"This serverless progressive web application (PWA), developed with React and utilizing a test-driven development (TDD) approach, uses the Google Calendar API to retrieve upcoming events. Users can filter and view events for a specific city with this app.","archived":false,"fork":false,"pushed_at":"2024-08-19T12:41:54.000Z","size":4086,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T22:38:11.945Z","etag":null,"topics":["aws-lambda","google-calendar","jest","pwa","react","serverless","tdd"],"latest_commit_sha":null,"homepage":"https://aeueoe.github.io/meet/","language":"JavaScript","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/aeueoe.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-14T09:33:41.000Z","updated_at":"2024-08-27T07:42:34.000Z","dependencies_parsed_at":"2024-08-21T19:02:46.224Z","dependency_job_id":null,"html_url":"https://github.com/aeueoe/meet_app","commit_stats":null,"previous_names":["aeueoe/meet","aeueoe/meet_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeueoe%2Fmeet_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeueoe%2Fmeet_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeueoe%2Fmeet_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeueoe%2Fmeet_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeueoe","download_url":"https://codeload.github.com/aeueoe/meet_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246372503,"owners_count":20766626,"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":["aws-lambda","google-calendar","jest","pwa","react","serverless","tdd"],"created_at":"2024-10-03T21:37:51.147Z","updated_at":"2026-05-09T01:11:01.570Z","avatar_url":"https://github.com/aeueoe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meet App\n\nThis is a serverless, progressive web application (PWA) with React using a test-driven development (TDD) technique. The application uses the Google Calendar API to fetch upcoming events.\n\n## User Stories and Scenarios\n\n### 1. Filter events by city\n\nAs a user I should be able to filter events by city So that I can see the list of events that take place in that city.\n\n#### Scenario 1: When user hasn’t searched for a city, show upcoming events from all cities.\n\n**Given** a user has not searched for a city,\n**When** the user opens the app,\n**Then** the user should see all upcoming events from all cities.\n\n#### Scenario 2: User should see a list of suggestions when they search for a city.\n\n**Given** a user wants to see all upcoming events in a city,\n**When** the user types the specific city in the search bar,\n**Then** the user should see a list of suggestions for a city.\n\n#### Scenario 3: User can select a city from the suggested list.\n\n**Given** a user types the city name in an input field for city,\n**When** the list of suggestions appears,\n**Then** the user can select the city from the suggested list.\n\n### 2. Show/Hide event details\n\nAs a user I should be able to expand event details So that I can view more information about a specific event.\n\n#### Scenario 1: An event element is collapsed by default\n\n**Given** the main page is open\n**When** the user has not interacted with the app\n**Then** all event elements are collapsed\n\n#### Scenario 2: User can expand an event to see its details\n\n**Given** the user found an event to view\n**When** the user clicks on an event\n**Then** the details of the event expand\n\n#### Scenario 3: User can collapse an event to hide its details\n\n**Given** the user finished viewing the event\n**When** the user clicks to hide the event\n**Then** the details of the event collapse\n\n### 3. Specify Number of Events\n\nAs a user I should be able to view a specific number of events per page So that I can adjust my page for screen size and load time.\n\n#### Scenario 1: When user hasn’t specified a number, 32 is the default number\n\n**Given** the user has not specified the number of events\n**When** the event page loads\n**Then** the default number of 32 events will populate\n\n#### Scenario 2: User can change the number of events they want to see\n\n**Given** the user updated the number of events to display\n**When** the event page loads\n**Then** the number of events the user specified will populate\n\n### 4. Use the App Offline\n\nAs a user I should be able to use the app offline So that I can view event information without having to connect to the internet/use data.\n\n#### Scenario 1: Show cached data when there’s no internet connection\n\n**Given** the user previously used the app\n**When** the user opens the app with no internet\n**Then** the app will display cached data\n\n#### Scenario 2: Show error when user changes the settings (city, time range)\n\n**Given** the app loaded with no internet connection\n**When** the user attempts to change settings (city, time range)\n**Then** an error message is displayed\n\n### 5. Data Visualization\n\nAs a user I should be able to view the number of events by city So that I can visualize data about where events are taking place.\n\n#### Scenario 1: Show a chart with the number of upcoming events in each city\n\n**Given** the event page for a city was loaded\n**When** the user views the upcoming events\n**Then** a chart with the upcoming events is displayed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeueoe%2Fmeet_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeueoe%2Fmeet_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeueoe%2Fmeet_app/lists"}