The stages and methods of designing digital services to define the best solutions for interactions with the user.
× Filtered by: Security
Filtered by:
Is the data fed back by the APIs really only the data that the application needs when it is requested ?
Do the libraries used allow you to take only the components that are actually useful ?
Are unused dependencies identified and removed ?
Couldn't the expected functionality be implemented with the native capabilities of the browser ?
Are all the technical equipment used by the service identified ?
Is the backward compatibility range defined ?
Don't the functionalities of the service go beyond user needs ?
Are the reference elements known, kept up to date, and made available to the entire project team ?
How many different domains are used ?
Are the sensors being used as needed, rather than constantly ?
Are the pause functions available ?
Do you inform users of the size constraints and accepted file format ?
Do uploads only allow the list of authorized file types ?
Are the images to be uploaded properly resized and converted to a thin client-side format before transfer ?
Are the exchanged files compressed ?