ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Implement Static Testing Page to Simplify Membrane Development Workflow #43

Open k-allagbe opened 11 months ago

k-allagbe commented 11 months ago

Description

Currently, Membrane's architecture is split into two repositories: frontend and backend. While this separation has its advantages, it makes the testing process cumbersome as developers have to launch and manage multiple projects.

To simplify this, we propose to implement a static testing page within the Membrane project. This page would mock the frontend functionalities required for testing the backend, eliminating the need to run the entire frontend just for testing purposes.

Acceptance Criteria

  1. The static page should mimic the essential functionalities of the frontend required for backend testing.
  2. It should be easily accessible to developers without affecting the main application flow.
  3. Should be documented on how to utilize this static page for testing.

Notes

Tasks