Custom Query (900 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 900)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#335 wontfix User managment for SCHEMAcat Andre.Moreira@mpi.nl andmor
Description

SCHEMAcat has to rely in our single login environment (shibboleth) for user authentication. Upon successful login, SCHEMAcat should create a new user workspace if the shibboleth 'principal' is still unknown to SCHEMAcat (new user), and load that workspace. When the 'principal' is already known, SCHEMAcat should load the matching workspace. There should also be a facility to update users' info like the users' email and role. Thus implementing CRU functionality.

A possible data structure for the users' information in SCHEMAcat is:

<users xmlns="http://www.isocat.org/ns/schemacat">
	  <user xml:id="u0">
	    <principal>guest</principal>
	    <displayName>guest</displayName>
	    <role>guest</role>
	  </user>
	  <user xml:id="u1">
	    <principal>Menzo.Windhouwer_mpi.nl@clarin.eu</principal>
	    <displayName>Menzo Windhouwer</displayName>
	    <email type="main">menzo.windhouwer@dans.knaw.nl</email>
	    <role>admin</role>
	    <role>user</role>
	  </user>
</users>

A Java UUID generator class, as the one used in LEXUS, might be possible to be used to generate the user id's.

#181 fixed Improve general HTML view center registry BSanchezRZG dietuyt
Description

The current HTML view could use some improvements:

  • have a real HTML title tag: CLARIN center registry
  • The title in the page should also be: CLARIN center registry
  • the CLARIN Logo on top of the page
  • The footer of the page should state: The Center Registry has been developed by CLARIN-D (with a link to www.clarin-d.de)
#182 fixed Improvements to HTML table with centers BSanchezRZG dietuyt
Description
  • The column headers should be aligned left
  • The Column Center should contain the full center name (Eberhard Karls Universität Tübingen) instead of the short code
  • The PID column should contain the value of PidStatus?
  • The metadata column should contain all values of MetadataScheme?, separated by a comma and with a link to OaiAccessPoint?, eg for https://centerregistry-clarin.esc.rzg.mpg.de/centers/6/:
    <a href="http://fedora.clarin-d.uni-saarland.de/oaiprovider/?verb=Identify">CMDI, OLAC</a>
    
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.