Open yakultbottle opened 1 week ago
Thanks for raising this. We didn't feel it was very necessary but will include in next version.
Team chose [response.NotInScope
]
Reason for disagreement: I respectfully disagree with this issue being classified as NotInScope.
According to the website, the criteria for a UG bug missing features is as below:
The save function is not "easily discoverable", i.e. the save functionality is not immediately visible to the user during normal operation(there is no message saying "Saving data now"), nor is it intuitive to assume how or when saving occurs (e.g., is it automatic, on exit, or triggered manually?). Similarly, the dependence on preloaded data is not intuitive unless explicitly stated, as users might reasonably assume the program manages its own data loading.
This feature cannot be assumed to be hidden or WIP, as it is central to the program’s operation. Omitting it does not simplify the UG but instead introduces confusion, as users might not know whether data is saved or how to troubleshoot errors related to missing or incorrect data.
The save function was entirely not mentioned in the UG. This is a problem as it is not clear whether data is saved at all, and it should be mentioned that there is a dependence on questions loaded into the data folder for the program to run normally.