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

Téléchargement carte 56 #62

Open
wants to merge 464 commits into
base: api_telechargement_mvp
Choose a base branch
from

Conversation

Naminoshin
Copy link
Collaborator

@Naminoshin Naminoshin commented Oct 8, 2024

Description

This PR introduces l'affichage d'une fenêtre modale lorsque l'on click sur la partie téléchargement. Cette fenêtre contient un bouton permettant de revenir en arrière.

Architectural changes

The following library now depends on [...]

Screenshots

[...]

Quality Assurance Checklist

  • Commit history is devoid of any merge commits and readable to facilitate reviews
  • If new logic ⚙️ is introduced: unit tests were added
  • If new user stories 🤏 are introduced: E2E tests were added
  • If new UI components 🕹️ are introduced: corresponding stories in Storybook were created
  • If breaking changes 🪚 are introduced: add the breaking change label
  • If bugs 🐞 are fixed: add the backport <release branch> label
  • The documentation website 📚 has received the love it deserves

This work is sponsored by Organization ABC.

jahow and others added 30 commits August 26, 2024 13:44
this component will be used in the geographical coverage as well
Tests are moved to ng-mocks for convenience
This required adding TranslateModule to some tests in return
This fixes an issue where we can't match a deleted keywords with the
array of shown keywords because the array would be recreated on each
subscription

The generic-keywords component is also not mutating its input array (this
was causing a bug as well)
…es-ui

[ME] UI components for attached resources
…yarn/micromatch-4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8
…error

ME: fix a bug when clicking "back" after creating a record would cause an error
Copy link

github-actions bot commented Oct 8, 2024

Affected libs: api-metadata-converter, api-repository, feature-catalog, feature-record, feature-router, feature-editor, feature-search, feature-map, feature-dataviz, feature-auth, ui-search, common-domain, common-fixtures, util-shared, ui-elements, feature-notifications, ui-catalog, ui-widgets, ui-inputs, ui-layout, ui-map, ui-dataviz, database-dump, data-access-datafeeder, util-data-fetcher, util-app-config, data-access-gn4, util-i18n,
Affected apps: datahub, metadata-converter, metadata-editor, demo, webcomponents, search, map-viewer, datafeeder, data-platform,

  • 🚀 Build and deploy storybook and demo on GitHub Pages
  • 📦 Build and push affected docker images

@Naminoshin Naminoshin changed the base branch from main to Api_telechargement October 8, 2024 12:53
@Naminoshin Naminoshin changed the base branch from Api_telechargement to datahub-ign-2905 October 8, 2024 12:53
Copy link

github-actions bot commented Oct 8, 2024

📷 Screenshots are here!

Copy link

@vsasyan-ignf vsasyan-ignf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok pour moi dans la forme, après pour le fond je te laisse voir avec Mélodia.

@mmohadIGN
Copy link

@Naminoshin Il ne faut pas faire de pr sur la branch datahub mais sur la branch api_téléchargement_mvp. Est-ce que tu peux faire le changement ?

@Naminoshin Naminoshin changed the base branch from datahub-ign-2905 to api_telechargement_mvp October 21, 2024 08:30
>
</gn-ui-api-card>
</gn-ui-carousel>
<div
*ngIf="displayLayer"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plutot que displayLayer, je pense qu'il serait pertinent de mettre une variavle qui fait sens. Par exemple carteLayer ou downloadCarteLayer

@@ -18,9 +18,10 @@ import { CarouselComponent } from '@geonetwork-ui/ui/layout'
export class RecordApisComponent implements OnInit {
@ViewChild(CarouselComponent) carousel: CarouselComponent

maxHeight = '0px'
opacity = 0
maxHeight = '700px'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Est-ce qu'on peut passer en pourcentage plutôt que px ? j'ai peur que ça ne soit pas responsive

}

openModalLayer(link: DatasetServiceDistribution) {
console.log('je suis laa haut')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A supprimer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.