Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview 

This page provides several checklists to help POs include performance and scalability requirements throughout the product development lifecycle. It is critical that all POs and development teams consider ways to improve performance and usability of the platform. 

Questions POs should ask themselves and SMEs

Data Load

  •  How many <<applicable record type total>> records will you store in <<app>>? 
  •  How many <<applicable record type total number or percentage>> records will you add each year to the<< app>>?
  •  How many <<applicable record type total>> records do you purge each year?

...

  •  How long should<<applicable record type>> records be retained? 
  •  Should <<applicable record type>> records be purged? If so, what frequency?
  •  When deleting a record via UI, should it be a hard delete? Meaning the record will not be stored once user takes delete action. Or should it be a soft delete? If so, how many versions of the record should be retained?  

User interface design requirement details 

  •  Provide Kimie/UX designer examples and/or sample data that represents multiples.
  •  Provide the typical number of records and let Kimie know if it is possible that the list will be in the 100s or 1000s.

...