Skip to content

Project Notes ‐ 07 18 2023

Levy Tate edited this page Jul 28, 2023 · 1 revision

Summary

Topics Discussed:

  • Page Creation and ID Assignment: The speakers discussed the process of creating pages and assigning IDs to them. They explored the idea of embedding the ID within the URL for data retrieval.
  • Data Storage and Retrieval: There was a discussion about how to handle situations when required data is not present in storage, with a suggestion to redirect users to the homepage in such cases.
  • Frontend and Backend Interactions: The conversation included a discussion on how the frontend communicates with the backend, particularly in cases where users may not have a valid token.
  • Business Size and Service Selection: The speakers discussed how the choice of services might change as a business grows, suggesting Outlook as a probable choice for larger businesses.
  • Integration Processes: The dialogue touched on the process of integrating with other services, with a specific mention of Zapier as a potential tool for facilitating integration tasks.

Ideas:

  • ID in URL: The inclusion of the ID in the URL was discussed as a method for facilitating data retrieval from the backend.
  • User Redirection: In cases where required data isn't present in storage, the idea of redirecting users to the homepage was suggested.
  • Blank Page for Invalid Tokens: The speakers proposed displaying a blank page to users who do not have a valid token.
  • Dynamic Service Selection: The speakers discussed the idea of choosing services based on the size and requirements of the business.

Action Items:

  • Further Research: The speakers identified the need for additional research into data handling and frontend-backend interactions.