Olivia Guyot
Olivia Guyot
Hi, thanks for your interest in the project! It looks like not specifying an option when doing `npm i geonetwork-ui` will try to pull the version tagged `latest` (see https://www.npmjs.com/package/geonetwork-ui?activeTab=versions)....
Tried just now: ```shell $ npx madge --circular --extensions js,ts --include-npm ./apps ./libs Processed 1276 files (6.9s) (44 warnings) ✖ Found 5 circular dependencies! 1) apps/metadata-editor/src/app/app.routes.ts > apps/metadata-editor/src/app/records/my-org-records/my-org-records.component.ts > apps/metadata-editor/src/app/router.service.ts...
Hmm, good question... The approach so far was to limit as much as possible the amount of settings in the config file, and only offer "theming" i.e. background, colors and...
I think the header was identified as being too high on mobile, but that would be a different issue. One other approach that I see would be to offer a...
Thank you for your interest in the project! Please note that Lucile Collignon, which did the original Datahub design, is currently working on a redesign of different parts of the...
> > Will we have to do a geopackage page, a geojson page, a KML page, a geotiff page, etc.? > > How can it be if there's no specific...
Another thing to keep in mind is that hopefully many of the functionalities done for the datafeeder will also be present in the metadata editor when the user uploads a...
The sort options could absolutely be made configurable. They are currently hardcoded here: https://github.com/geonetwork/geonetwork-ui/blob/main/libs/feature/search/src/lib/sort-by/sort-by.component.ts On the other hand, please note that sorting records by name might be a bit counter-intuitive...
Strange! but yes definitely an interesting feature. Please ask here or open a discussion on Github if you need pointers or opinions before implementing something.
I'm currently trying to replicate the features querying in the lib but I think it's promising; keeping a ref on the OL map breaks encapsulation so I think we should...