Project

General

Profile

Feature #227

Updated by Jesús M. Broceño 15 days ago

**TO-DO**: 
 - Implement login page and ADMIN_TRACK role to allow track managers delete uploaded data. **DONE** 
 - Implement disk quota control 
   * Add MB size usage per user to user->Info() and user->List API. **DONE** 
   * Add data_size attribute to user record. **DONE** 
   * Update data_size on every upload/delete object APII. **DONE** 
   * Migrate data_size at installation time to set the initial value. *Create curl script to update userInfo from zr_user existing records* 
   ```curl --location 'https://dev-results.zround.com/api/api.php?rquest=user/info&user=USER_ID'``` value 
 - Implement object practice and API. Using SQL instead of JSON could be convenient for sorting/filtering/comparing practice results. 
 - Add to track landing page the user's practice data and a search box.

Back