Florian Amsallem

Results 24 issues of Florian Amsallem

## Description This enabler add an query parameter to an existing endpoint of `API` service. Adatp the endpoint `GET` `/infra/{id}/railjson/` to add `exclude_extensions` query parameter. This parameter should have a...

good first issue
area:api

## Description Simplify `SignalSncfExtension` schema. ## Goal Have a cleaner schema. ## Acceptance criteria - [ ] Design a new schema with help and validation of the front - [...

good first issue
area:railjson

**Describe the bug** The front makes the same request twice: `/train_schedule/results/?train_ids=1,2&path=1` **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Grille Horaire' 2. Create a path 3. Create two...

kind:bug
area:front

## User Study officer ## Description Display a new timetable allowing to see several information like: the time of passage of the train in each station, the platform by which...

area:front

## Description Implement a new route format: ```python class Route(BaseObjectTrait): """ This class is used to describe routes on the infrastructure. """ entry_point: ObjectReference = Field(description="Identifier and type used to...

area:railjson

## Dependencies Railjson should have `track.length` in `u64` ## Acceptance criteria - [ ] Add errors for signals and detectors located on switches (nodes other than links) - [ ]...

kind:enhancement
area:editoast

# Description Currently operational points contains two extension: - **identifier**: Contains the uic code (international) - **sncf**: Contains ci, ch field There should be a universal way to specify CI/CH....

## Description **Higher priority** The goal is to implement the new pathfinding endpoint. - `POST` `/v2/pathfinding/blocks` An example of found path could be: ```json { "blocks": ["block.0", "block.1"] "track_section_ranges": [...

area:core

## Description Add an endpoint `POST` /v2/project_signals` which does quite the same thing as the v1. ## AC - [ ] The endpoint takes a simplified train path (only track...

area:core

## Description Add an endpoint `POST` We should be able to query these properties: - slopes - gradients - electrification (we should check if we depend on the rolling stock)...

area:core