unfoldingWord-box3 / content-validation-app

A front end for the content validation library.
https://unfoldingword-box3.github.io/content-validation-app/
MIT License
0 stars 0 forks source link

Trigger to refresh prefetched repo data #14

Closed mandolyte closed 3 years ago

mandolyte commented 3 years ago

As of this writing, the trigger is when app first starts or on a page refresh. This means that once a session begins, the data is fixed, unchanging.

It may be desirable to clear the cache and fetch fresh data each time the user returns to the first step where org and lang is selected.

mandolyte commented 3 years ago

Since the current approach only keeps data stable per session and a page refresh is all that is needed to update the data, this isn't a problem in actual usage.