Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

front: remove custom GET #4838

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions front/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ organized in folders.
**The components propose the main JS/TS file and eventually another folder with same name containing
some minors subcomponents linked to.**

- [customget/](#isolated-space-time-chart-for-research-needs-customget)
- components/
- views/
- [editor/](#infrastructure-editor-editor)
Expand Down Expand Up @@ -200,11 +199,6 @@ This is an implementation reference for all map concerns. It aims to display all
a ready-to-use map component reference. When adding a new common layer inside an application map
component, please add it first to this application.

### Isolated space-time chart for research needs `customGET/`

_EXPERIMENTATION_ This application, which is not intended to remain as is, is a space-time graph fed
by external data, to be used for thesis work on optimization.

## Common components `/src/common`

All common code (and shared components) supposed to be in `common/`.
Expand Down
1 change: 0 additions & 1 deletion front/public/locales/de/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "Visualisierung JSON GET",
"editor": "Infrastrukturverlag",
"map": "Kartografie",
"operationalStudies": "Eisenbahnbetriebsstudien",
Expand Down
8 changes: 0 additions & 8 deletions front/public/locales/en/customget.json

This file was deleted.

1 change: 0 additions & 1 deletion front/public/locales/en/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "JSON Space-Time diagram viewer",
"editor": "Infrastructure editor",
"map": "Map viewer",
"operationalStudies": "Operational studies",
Expand Down
5 changes: 5 additions & 0 deletions front/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,10 @@
"show-more-ranges_other": "See {{count}} additional track sections"
}
}
},
"jsonUpload": {
"badJSON": "The JSON file is malformed",
"emptyFile": "The file is empty",
"notJSONFormat": "The file is not in JSON format "
}
}
1 change: 0 additions & 1 deletion front/public/locales/es/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "Visualización JSON GET",
"editor": "Editor de infraestructuras",
"map": "Cartografía",
"operationalStudies": "Estudios operativos",
Expand Down
8 changes: 0 additions & 8 deletions front/public/locales/fr/customget.json

This file was deleted.

1 change: 0 additions & 1 deletion front/public/locales/fr/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "Visualisation JSON GET",
"editor": "Éditeur d'infrastructure",
"map": "Cartographie",
"operationalStudies": "Études d'exploitation",
Expand Down
6 changes: 6 additions & 0 deletions front/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,11 @@
"show-more-ranges_other": "Voir {{count}} sections de lignes de plus"
}
}
},
"jsonUpload": {
"badJSON": "Le fichier JSON est malformé",
"emptyFile": "Le fichier est vide",
"notJSONFormat": "Le fichier n'est pas au format JSON"
}

}
1 change: 0 additions & 1 deletion front/public/locales/it/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "Visualizzazione JSON GET",
"editor": "Editor di infrastrutture",
"map": "Mappatura",
"operationalStudies": "Studi operativi",
Expand Down
1 change: 0 additions & 1 deletion front/public/locales/jp/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "ビジュアライゼーション JSON GET",
"editor": "インフラストラクチャー編集部",
"map": "マッピング",
"operationalStudies": "オペレーションスタディ",
Expand Down
1 change: 0 additions & 1 deletion front/public/locales/ru/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "Визуализация JSON GET",
"editor": "Редактор инфраструктуры",
"map": "Составление карт",
"operationalStudies": "Эксплуатационные исследования",
Expand Down
1 change: 0 additions & 1 deletion front/public/locales/uk/home/home.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"customget": "Візуалізація JSON GET",
"editor": "Редактор інфраструктури",
"map": "Картографування",
"operationalStudies": "Експлуатаційні дослідження",
Expand Down
66 changes: 0 additions & 66 deletions front/src/applications/customget/Home.jsx

This file was deleted.

7 changes: 0 additions & 7 deletions front/src/applications/customget/Home.scss

This file was deleted.

208 changes: 0 additions & 208 deletions front/src/applications/customget/components/ChartHelpers.jsx

This file was deleted.

Loading