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

Metadata download #1132

Closed
giohappy opened this issue Aug 2, 2022 · 2 comments
Closed

Metadata download #1132

giohappy opened this issue Aug 2, 2022 · 2 comments
Assignees

Comments

@giohappy
Copy link

giohappy commented Aug 2, 2022

We want to restore the ability to download the resource metadata file, as we had in previous GeoNode versions.

The proposal is to change the current "Export" button, inside the resource viewer action bar, into a "Download" dropdown menu:

image

  • Download
    • ISO Metadata -> link to ISO metadata file
    • Dublin Core Metadata -> link to Dublin Core metadata file
    • Data -> Export window

The best would be to open a modal for the metadata download to let the user choose the download format, but as a first step it could just have two buttons for the most commonly used metadata formats, ISO and Dublin Core.

The two links can be obtained from the resource response links array and select the two with link_type = "metadata" and name = <ISO | Dublin Core>.
Dataset and document endpoints also return the links property.

image

@giohappy giohappy changed the title ISO Metadata download Metadata download Aug 2, 2022
@allyoucanmap allyoucanmap reopened this Aug 18, 2022
DavidQuartz added a commit to DavidQuartz/geonode-mapstore-client that referenced this issue Aug 19, 2022
@giohappy
Copy link
Author

@DavidQuartz I would change the menu items, since at the moment it's a bit confusing.

Instead of:

  • ISO Metadata
  • Dublin Core Metadata
  • Export

I would do:

  • Data
  • ISO Metadata
  • Dublin Core Metadata

@DavidQuartz
Copy link
Member

@giohappy I have opened an Issue for this here

giohappy added a commit that referenced this issue Sep 9, 2022
* [create-pull-request] automated change (#915)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* Dataset uploads are not updated appropriately (#914)

* Show msg only for maps (#920)

* [create-pull-request] automated change (#921)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* Add layer visibility toggle to legend component (#916)

* [create-pull-request] automated change (#922)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* - [Fixes #905] Integrity db error between geoapps tables on upgrade from 3.x to 4.x (#906)

* #900: Issues with filters: no debounce and dropdown closing on click (#912)

* [create-pull-request] automated change (#934)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* #937: Pending copy exectutions are not updated correctly on page reload (#936)

* [create-pull-request] automated change (#938)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* #933: Clear filters button not well aligned and not visible (#944)

* #919: Truncate abstract inside the metadata table inside the info box (#943)

* Removed manual error inclusion

* [create-pull-request] automated change (#945)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* - CHANGELOG for release 4.0.0

* - Bump to version 4.0.1

* Added error in pending upload card

* Show direct links and embed links inside Share panel  (#951)

* Shwing direct links in share panel

* Reusable SharePageLink

* using class in place of inline style
- Remove typo bug

* [create-pull-request] automated change (#958)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

* [Fixes #946] Autoclose info panel on single click on the map (#960)

* [create-pull-request] automated change (#962)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #9252] Migration form Version 3.2 to 4 – map config is missing (#959)

* [Fixes #9252] Migration form Version 3.2 to 4 – map config is missing

* [Fixes #9252] Add missing table drop

* [Fixes #9252] Fix PR comments

* [Fixes #973] Improve LOCKDOWN_GEONODE (#972)

* [Fixes #9377] Improve LOCKDOWN_GEONODE

* Improve LOCKDOWN_GEONODE and fix npm build

* Fix PR changes

* refactor api key param

* restore addQueryString function

Co-authored-by: allyoucanmap <stefano.bovio@geosolutionsgroup.com>

* [create-pull-request] automated change (#985)

Co-authored-by: mattiagiupponi <mattiagiupponi@users.noreply.github.com>

* [Fixes #987] Fix migration map blob (#988)

* [Fixes #991] Add CREATE_LAYER setting to geonode_config (#994)

* [Fixes #979] Expose mapstore's setViewer to allow for custom GFI panel (#982)

* [Fixes #967] Drop support for GeoJSON upload (#995)

* [Fixes 966] Provide visual feedback while loading filtered resources (#996)

* [Fixes #964] info icon for not approved / not published resource shouldn't take a line (#997)

* [Fixes #986] Anonymous users have an option of adding dataset and annotations to a map (#998)

* [Fixes #969] Add "with_resources" GET parameter on regions and categories endpoints (#1001)

* [create-pull-request] automated change (#1003)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #961] Show an error if dataset as a ll_bbox_polygon is greater then the WGS84 max extent (#1000)

* [Fixes #993] Use createLayer configuration to show the create dataset action (#1002)

* [Fixes #925] The upload box should accept xml and sld files along with the dataset itself (#1008)

* [create-pull-request] automated change (#1010)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1011] Datasets with valid bbox do not open in viewer page (#1012)

* [create-pull-request] automated change (#1013)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #932] Symbol type is not visible in annotations styles (#1017)

* [Fixes #1018] The client should not submit xml or sld(if provided) as base_file in dataset uploads  (#1019)

* [Fixes #1020] Show invalid bbox warning on the overview of the dataset (#1021)

* [Fixes #976] Fix missing required accessToken for MapBox background when adding a map to a geostory (#1014)

* [create-pull-request] automated change (#1026)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #968] Adjustments to links inside Share Panel (#1024)

* [create-pull-request] automated change (#1027)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1028] The DatasetCatalog plugin but be enabled for a new map (#1034)

* [Fixes #1023] Change the lable for the GML FeatureCollection export format (#1035)

* [Fixes #935] Share permissions form not showing for users in groups with manage permission (#1036)

* [create-pull-request] automated change (#1044)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1053] Include base support for localization in gn-document app entry (#1054)

* [create-pull-request] automated change (#1055)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1064] Expose supported upload file formats as configurations (#1063)

* Update context_processors.py (#1068)

* [Fixes #955] Blured icon images (#1056)

* [create-pull-request] automated change (#1071)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1069] Use new config setting for supported dataset file types (#1070)

* [create-pull-request] automated change (#1073)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1051] Total number of resources and list of resources should be updated after deleting a resource from the list (#1057)

* [Fixes #1085] Spinner is missing during the upload phase  (#1087)

* [Fixes #1058] Problem with color picker in Bar and Pie chart (#1082)

* [Fixes #1072] Dataset legend must show the dataset's title instead of Geoserver's layername (#1075)

* [Fixes #1038] Reload catalogue after saving a resource (#1062)

* [create-pull-request] automated change (#1091)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1084] Use raw JSON body instead of ulencoded form for permissions PUT (#1086)

* [create-pull-request] automated change (#1093)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1089] Fix text overflow in resource Delete dialog box (#1090)

* [create-pull-request] automated change (#1094)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1097] Spinner should not keep spinning in INVALID state (#1098)

* [create-pull-request] automated change (#1105)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* Show some informative message when a GPKG is imported (#1107)

* [create-pull-request] automated change (#1109)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes 1115] Upload progress for GKPG based on execution requests (#1116)

* gpkg imports

* Client side work for new import complete

* [create-pull-request] automated change (#1123)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

* fixes 1120 (#1126)

* [Fixes 1114] Favorites are broken (#1119)

* favorites have been fixed

* Adjusted test

* [create-pull-request] automated change (#1130)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

* [Fixes 1122] Issues with pressing Enter in Clone dialog (#1133)

* Fixes 1122

* Added enter for new maps

* [create-pull-request] automated change (#1139)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

* [Fixes #1136] The client should only depend on the new favorite field in resource object (#1145)

* [Fixes #1022] Thumbnail placeholders (#1142)

* [Fixes #1132] Metadata download  (#1146)

* [create-pull-request] automated change (#1149)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes #1138] Timeline throws error and not displaying correctly the features (#1151)

* [create-pull-request] automated change (#1152)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* [Fixes 1156] Rename Export and Rearrange Download menu items (#1157)

* Fixes 1156

* fixed trans

* [create-pull-request] automated change (#1159)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

* [Fixes #1156] Remove duplicated data download plugin (#1162)

* [Fixes #1117] Layer legend is not updated (#1161)

* [create-pull-request] automated change (#1163)

Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>

* fix style editor in maps (#1170)

* [create-pull-request] automated change (#1171)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

* Bump djangorestframework to version 3.12.0

* [Fixes 1169] (#1175)

* [create-pull-request] automated change (#1178)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

* [Fixes 1174] Error not correctly shown error (#1176)

* [Fixes 1174]

* making error log more human readable

* [create-pull-request] automated change (#1179)

Co-authored-by: giohappy <giohappy@users.noreply.github.com>

Co-authored-by: geosolutions-pr-generator[bot] <87376048+geosolutions-pr-generator[bot]@users.noreply.github.com>
Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>
Co-authored-by: David Quartey <42542676+DavidQuartz@users.noreply.github.com>
Co-authored-by: NAGGINDA MARTHA <marthamareal@gmail.com>
Co-authored-by: stefano bovio <stefano.bovio@geosolutionsgroup.com>
Co-authored-by: DavidQuartz <quartzdavid@gmail.com>
Co-authored-by: afabiani <alessio.fabiani@gmail.com>
Co-authored-by: giohappy <giohappy@users.noreply.github.com>
Co-authored-by: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com>
Co-authored-by: mattiagiupponi <mattiagiupponi@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants