-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ajout de la configuration CRISP (#3855)
- Loading branch information
Showing
25 changed files
with
203 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
export const SUPPORT_PAGE_ACCUEIL = "https://tableaudebord-apprentissage.atlassian.net/servicedesk/customer/portal/3"; | ||
export const CRISP_FAQ = "https://aide.cfas.apprentissage.beta.gouv.fr/fr/"; | ||
export const SUPPORT_PAGE_ACCUEIL = "/contact"; | ||
|
||
export const GESTION_COMPTE_GROUP = `${SUPPORT_PAGE_ACCUEIL}/group/14`; | ||
export const GESTION_ORGANISME_GROUP = `${SUPPORT_PAGE_ACCUEIL}/group/8`; | ||
export const TRANSMISSION_DONNEES_GROUP = `${SUPPORT_PAGE_ACCUEIL}/group/11`; | ||
export const EFFECTIFS_GROUP = `${SUPPORT_PAGE_ACCUEIL}/group/9`; | ||
export const SIFA_GROUP = `${SUPPORT_PAGE_ACCUEIL}/group/12`; | ||
export const AUTRE_GROUP = `${SUPPORT_PAGE_ACCUEIL}/group/10`; | ||
export const GESTION_COMPTE_GROUP = `${SUPPORT_PAGE_ACCUEIL}`; | ||
export const GESTION_ORGANISME_GROUP = `${SUPPORT_PAGE_ACCUEIL}`; | ||
export const TRANSMISSION_DONNEES_GROUP = `${SUPPORT_PAGE_ACCUEIL}`; | ||
export const EFFECTIFS_GROUP = `${SUPPORT_PAGE_ACCUEIL}`; | ||
export const SIFA_GROUP = `${SUPPORT_PAGE_ACCUEIL}`; | ||
export const AUTRE_GROUP = `${SUPPORT_PAGE_ACCUEIL}`; | ||
|
||
export const GC_AIDE_CREATION_ELEMENT_LINK = `${GESTION_COMPTE_GROUP}/create/36`; | ||
export const GC_SUPPRESSION_COMPTE_ELEMENT_LINK = ` ${GESTION_COMPTE_GROUP}/create/52`; | ||
export const GC_AUTRE_ELEMENT_LINK = `${GESTION_COMPTE_GROUP}/create/53`; | ||
export const GC_AIDE_CREATION_ELEMENT_LINK = `${GESTION_COMPTE_GROUP}`; | ||
export const GC_SUPPRESSION_COMPTE_ELEMENT_LINK = ` ${GESTION_COMPTE_GROUP}`; | ||
export const GC_AUTRE_ELEMENT_LINK = `${GESTION_COMPTE_GROUP}`; | ||
|
||
export const GO_MODIFICATION_IDENTITE_ELEMENT_LINK = `${GESTION_ORGANISME_GROUP}/create/31`; | ||
export const GO_MODIFICATION_RELATION_ELEMENT_LINK = ` ${GESTION_ORGANISME_GROUP}/create/64`; | ||
export const GO_AUTRE_ELEMENT_LINK = `${GESTION_ORGANISME_GROUP}/create/11`; | ||
export const GO_MODIFICATION_IDENTITE_ELEMENT_LINK = `${GESTION_ORGANISME_GROUP}`; | ||
export const GO_MODIFICATION_RELATION_ELEMENT_LINK = ` ${GESTION_ORGANISME_GROUP}`; | ||
export const GO_AUTRE_ELEMENT_LINK = `${GESTION_ORGANISME_GROUP}`; | ||
|
||
export const TD_PARAMETRAGE_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}/create/39`; | ||
export const TD_API_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}/create/48`; | ||
export const TD_MANUEL_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}/create/56`; | ||
export const TD_COMPRENDRE_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}/create/44`; | ||
export const TD_AUTRE_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}/create/57`; | ||
export const TD_PARAMETRAGE_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}`; | ||
export const TD_API_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}`; | ||
export const TD_MANUEL_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}`; | ||
export const TD_COMPRENDRE_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}`; | ||
export const TD_AUTRE_ELEMENT_LINK = `${TRANSMISSION_DONNEES_GROUP}`; | ||
|
||
export const EFF_ERREUR_ELEMENT_LINK = `${EFFECTIFS_GROUP}/create/63`; | ||
export const EFF_AFFICHAGE_ELEMENT_LINK = `${EFFECTIFS_GROUP}/create/46`; | ||
export const EFF_EDITION_ELEMENT_LINK = `${EFFECTIFS_GROUP}/create/42`; | ||
export const EFF_AUTRE_ELEMENT_LINK = `${EFFECTIFS_GROUP}/create/58`; | ||
export const EFF_ERREUR_ELEMENT_LINK = `${EFFECTIFS_GROUP}`; | ||
export const EFF_AFFICHAGE_ELEMENT_LINK = `${EFFECTIFS_GROUP}`; | ||
export const EFF_EDITION_ELEMENT_LINK = `${EFFECTIFS_GROUP}`; | ||
export const EFF_AUTRE_ELEMENT_LINK = `${EFFECTIFS_GROUP}`; | ||
|
||
export const SIFA_EFFECTIF_INCORRECT_ELEMENT_LINK = `${SIFA_GROUP}/create/30`; | ||
export const SIFA_REJET_ELEMENT_LINK = `${SIFA_GROUP}/create/54`; | ||
export const SIFA_AUTRE_ELEMENT_LINK = `${SIFA_GROUP}/create/59`; | ||
export const SIFA_EFFECTIF_INCORRECT_ELEMENT_LINK = `${SIFA_GROUP}`; | ||
export const SIFA_REJET_ELEMENT_LINK = `${SIFA_GROUP}`; | ||
export const SIFA_AUTRE_ELEMENT_LINK = `${SIFA_GROUP}`; | ||
|
||
export const AUTRE_AMELIORATION_ELEMENT_LINK = `${AUTRE_GROUP}/create/55`; | ||
export const AUTRE_ANOMALIE_ELEMENT_LINK = `${AUTRE_GROUP}/create/49`; | ||
export const AUTRE_MODIF_RESEAU_ELEMENT_LINK = `${AUTRE_GROUP}/create/79`; | ||
export const AUTRE_AMELIORATION_ELEMENT_LINK = `${AUTRE_GROUP}`; | ||
export const AUTRE_ANOMALIE_ELEMENT_LINK = `${AUTRE_GROUP}`; | ||
export const AUTRE_MODIF_RESEAU_ELEMENT_LINK = `${AUTRE_GROUP}`; | ||
export const AUTRE_AFFELNET_LINK = `${AUTRE_GROUP}`; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ import { | |
Text, | ||
UnorderedList, | ||
} from "@chakra-ui/react"; | ||
import { IOrganisationType } from "shared"; | ||
import { CRISP_FAQ, IOrganisationType, SUPPORT_PAGE_ACCUEIL } from "shared"; | ||
|
||
import { _get } from "@/common/httpClient"; | ||
import { Organisme } from "@/common/internal/Organisme"; | ||
|
@@ -385,7 +385,7 @@ function ListeOrganismesPage(props: ListeOrganismesPageProps) { | |
<p> | ||
Si la liste des organismes de votre réseau ci-dessus est incomplète ou erronée ,{" "} | ||
<Link | ||
href="mailto:[email protected]" | ||
href={SUPPORT_PAGE_ACCUEIL} | ||
target="_blank" | ||
textDecoration="underline" | ||
isExternal | ||
|
@@ -671,14 +671,8 @@ function ListeOrganismesPage(props: ListeOrganismesPageProps) { | |
Vous ne trouvez pas la réponse à vos questions ? | ||
</Text> | ||
<Flex gap={6}> | ||
<Link | ||
variant="link" | ||
display="inline-flex" | ||
href="https://tableaudebord-apprentissage.atlassian.net/servicedesk/customer/portal/3" | ||
isExternal | ||
width={"fit-content"} | ||
> | ||
Contactez-nous | ||
<Link variant="link" display="inline-flex" href={CRISP_FAQ} isExternal width={"fit-content"}> | ||
Aide | ||
<Box className="ri-arrow-right-line" /> | ||
</Link> | ||
<Link | ||
|
@@ -709,7 +703,7 @@ function ListeOrganismesPage(props: ListeOrganismesPageProps) { | |
organisons des webinaires réguliers avec les CFA de votre{" "} | ||
{organisationType === "TETE_DE_RESEAU" ? <>réseau</> : <>territoire</>}.{" "} | ||
<Link | ||
href="mailto:[email protected]" | ||
href={SUPPORT_PAGE_ACCUEIL} | ||
target="_blank" | ||
textDecoration="underline" | ||
isExternal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.