Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 977 Bytes

notes.md

File metadata and controls

42 lines (40 loc) · 977 Bytes
  • feature.farm repo, public
    • core restructuring and finish core auth logic
    • frontend demo works with mocks
    • master deploys demo to gh-pages on https://dev.feature.farm
    • release publishes featurefarm to npm
  • feature.service repo, private (dockerized microservices with helm deployments)
FEATURES
  auth/
    auth-api.ts
      appsTopic
        .listApps()
        .registerApp()
        .deleteApp()
        .createAppToken()
        .deleteAppToken()
      authTopic
        .authenticateViaPasskey()
        .authenticateViaGoogle()
        .authorize()
      userTopic
        .getUser()
        .setUserProfile()
  admin/
    admin-api.ts
      permissionsTopic
        .list()
        .setRole()
  liveshow/
    liveshow-api.ts
      liveshowTopic
        .getShow()
        .setShow()
  payments/
    payments-api.ts
      paymentsTopic
        .