DataFed icon indicating copy to clipboard operation
DataFed copied to clipboard

A Federated Scientific Data Management System

Results 307 DataFed issues
Sort by recently updated
recently updated
newest added

## 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...

Type: Bug

## 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...

Component: Database
Type: Refactor
Priority: Medium

## 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...

Component: Database
Type: Refactor
Priority: Medium

## 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...

Component: Database
Type: Refactor
Priority: Medium

## 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...

Component: Database
Type: Refactor
Priority: Medium

## 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...

Component: Database
Type: Refactor
Priority: Medium

## 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...

Component: Database
Type: Refactor
Priority: Medium