geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
413 stars 488 forks source link

Metadata Editor UX Improvements #709

Closed Cicuta33 closed 9 years ago

Cicuta33 commented 9 years ago

I just created a proposal page to share with you: Metadata-Editor-UX-Improvements

fgravin commented 9 years ago

Hi, i like it. Thanks for contributing, uis really need a global clean ;)

ticheler commented 9 years ago

Very nice work Max! This really is a finishing touch to many of the UI components. Did you implement these in CSS? How can they best be integrated?

Cicuta33 commented 9 years ago

I'm working on it integrating it to the detachable metadata editor project.

fxprunayre commented 9 years ago

Partially done in https://github.com/geonetwork/core-geonetwork/pull/721

Cicuta33 commented 9 years ago

Regarding the XML view syntax highlight mentioned in the document, I was talking with Jose and Juan Luis today about something similar implemented for a file preview for Tufts University Metadata Editor. Juan Luis pointed out a very nice editing tool with this feature called CodeMirror Also this directive allows you to add CodeMirror to your textarea elements with AngularJS 1.3.x GitHub He also mentioned that PrismJS is like 10 times lighter than highlight.js which I mention in the doc.

Cicuta33 commented 9 years ago

@fxprunayre, @jesseeichar, @fgravin, What do you think about using CodeMirror for the XML view?

fgravin commented 9 years ago

I like it ! It looks light, optimized and easy to use with the angular directive. Could you do a separate pull request just for this ?

Thanks

jesseeichar commented 9 years ago

+1

On Mon, Mar 9, 2015 at 2:02 PM, Gravin notifications@github.com wrote:

I like it ! It looks light, optimized and easy to use with the angular directive. Could you do a separate pull request just for this ?

Thanks

— Reply to this email directly or view it on GitHub https://github.com/geonetwork/core-geonetwork/issues/709#issuecomment-77848853 .

fxprunayre commented 9 years ago

Closing that ticket. If more work is done on that topic - create a new one eg. XML syntax highlighter