TheJacksonLaboratory / PhenopacketLab

An Angular/Springboot web application for the loading, editing, saving of data that follows the Phenopacket Schema
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Creator session persistence #291

Closed ielis closed 1 year ago

ielis commented 1 year ago
  1. I start creating a phenopacket in the creator/stepper.
  2. I cancel from whatever reason by clicking the phenopacket icon on the upper left side.
  3. I start the creator again to create a new phenopacket.

Issue

I see the content from the previous session and I have to manually clear the fields. This is undesirable - a laborious task where the user may inadvertently add data from the previous attempt.

DOD

The stepper starts with a fresh session upon each run.

BethSundberg commented 1 year ago

Fixed