🖥️
Full stack Typescript
  • Introduction
  • Environment setup
    • Workspace setup
    • Firebase project setup
    • Firebase authentication
    • Firestore database
    • Firebase hosting
  • Getting started with the Full Stack Typescript repository
  • Workflows
    • Development workflow
      • Component workflow
        • Application Toolbar component example
      • Feature workflow
        • User Account feature example
      • Function workflow
        • Update User Account callable function example
      • Web3 function workflow
        • Query Ethereum balance callable function example
    • Icon workflow
    • Push notification workflow
    • PWA workflow
      • Making your PWA Google Play Store ready
    • Secret Manager API workflow
  • Styleguide
    • Architecture overview
    • Naming conventions
    • Single-responsibility principle
  • Change Requests
    • Request for changes
      • Change pattern proposal template
      • New pattern proposal template
Powered by GitBook
On this page
  1. Change Requests
  2. Request for changes

Change pattern proposal template

RFC for an existing pattern

PreviousRequest for changesNextNew pattern proposal template

Last updated 2 years ago

Change pattern proposal

OLD_PATTERN_NAME to NEW_PATTERN_NAME

Old Pattern

  • (1-2 sentence summary of old pattern)

  • Link to existing reference

New Pattern

(1-2 sentence summary of new pattern)

Advantages of switching patterns

  1. (list out pros)

  2. Include external references, where applicable

Disadvantages of switching patterns

  1. (list out cons)

What is the impact on our existing codebase?

(1-2 sentence summary)

(link to the branch with a reference implementation and 1-2 sentence summary)

Reference implementation