DataFed
DataFed copied to clipboard
A Federated Scientific Data Management System
## Description I am trying to add a project I just created to an allocation for which I am an admin. I can select the project to add to the...
## Description Currently, the Foxx API endpoints use two different approaches for input validation: 1. Legacy `procInputParam` function from `support.js` 2. New validation pattern with Result types (introduced in PR...
## Description Final cleanup task to remove the legacy `procInputParam` function and related code from support.js after all routers have been migrated to the new validation pattern. This is the...
## Description Migrate the query router endpoints from using the legacy `procInputParam` function to the new validation pattern with Result types. This router has 2 occurrences of procInputParam. ### Code...
## Description Migrate the proj router endpoints from using the legacy `procInputParam` function to the new validation pattern with Result types. This router has 5 occurrences of procInputParam. ### Code...
## Description Migrate the schema router endpoints from using the legacy `procInputParam` function to the new validation pattern with Result types. This router has 5 occurrences of procInputParam. ### Code...
## Description Migrate the note router endpoints from using the legacy `procInputParam` function to the new validation pattern with Result types. This router has 5 occurrences of procInputParam. ### Code...