The UI should probably disable buttons after they've been clicked, until a response is received. This would stop multiple requests being made in error. For example, the 'submit data model' button on creating a new data model, allows several clicks and may make several requests.

There are almost certainly other examples in other places.
The UI should probably disable buttons after they've been clicked, until a response is received. This would stop multiple requests being made in error. For example, the 'submit data model' button on creating a new data model, allows several clicks and may make several requests.

There are almost certainly other examples in other places.