TACC / tacc_stats

TACC Stats is an automated resource-usage monitoring and analysis package.
GNU Lesser General Public License v2.1
41 stars 15 forks source link

All web data should be pulled using json instead of embedding the database transactions in the actual page. #54

Open stephenlienharrell opened 3 months ago

stephenlienharrell commented 3 months ago

This will allow us to find failures in a much nicer way, and hide some failures from the user. Also this is the way every major web app has been written for the last decade.