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

modified submission based on SAV requirements #837

Open
wants to merge 6 commits into
base: dtq-dev
Choose a base branch
from

Conversation

Paurikova2
Copy link
Collaborator

@Paurikova2 Paurikova2 commented Dec 20, 2024

Phases MP MM MB MR JM Total
ETA 0 0 0 0 0 0
Developing 2 0 0 0 0 0
Review 0 0 0 0 0 0
Total - - - - - 0
ETA est. 0
ETA cust. - - - - - 0

Problem description

@Paurikova2 Paurikova2 self-assigned this Dec 20, 2024
@Paurikova2 Paurikova2 linked an issue Dec 20, 2024 that may be closed by this pull request
<required/>
<regex>http.*</regex>
<hint>An unambiguous reference to the resource within a given context.</hint>
<required>You must enter an unambiguous reference to the resource.</required>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it is not required

@@ -143,60 +128,26 @@
<label>Publisher</label>
<style>col-sm-8</style>
<input-type autocomplete-custom="solr-publisher_ac">autocomplete</input-type>
<hint>Enter the name of the publisher of the previously issued instance of this item, or your home
institution. Start typing the publisher and use autocomplete form that will appear if
<hint>An entity responsible for making the resource available.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why did you change the hint message?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I changed it based on their requirements.

@@ -61,75 +61,60 @@
<repeatable>true</repeatable>
<label>Select type of your resource</label>
<input-type value-pairs-name="common_types">dropdown</input-type>
<hint>Type of the resource: "Corpus" refers to text, speech and multimodal corpora.
<hint>The nature or genre of the resource.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why did you change the hint message?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I changed it based on their requirements.

Comment on lines -153 to -186
<row>
<field>
<dc-schema>local</dc-schema>
<dc-element>hidden</dc-element>
<dc-qualifier/>
<repeatable>true</repeatable>
<label>Should this item be hidden from browse/search? (Admin only field)</label>
<style>col-sm-4</style>
<input-type value-pairs-name="hidden_list">list</input-type>
<hint>Indicate whether you want to hide this item from browse and search. Combine with "Upload cmdi"
for weblicht submissions.
</hint>
<required/>
<acl>
policy=deny,action=read,grantee-type=user,grantee-id=*
</acl>
</field>
</row>
<row>
<field>
<dc-schema>local</dc-schema>
<dc-element>hasCMDI</dc-element>
<repeatable>true</repeatable>
<label>Are you going to upload cmdi file? (Admin only field)</label>
<input-type value-pairs-name="hasCMDI_checkbox">list</input-type>
<hint>Indicate whether you will upload cmdi file in the next step. Combine with "hide" for weblicht
submissions.
</hint>
<required></required>
<acl>
policy=deny,action=read,grantee-type=user,grantee-id=*
</acl>
</field>
</row>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please keep this

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

but why do we want it when it is not in customer requirements?

<row>
<field>
<dc-schema>dc</dc-schema>
<dc-element>contributor</dc-element>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Keep the contibutor author

<input-type>textarea</input-type>
<hint>A bibliographic reference for the resource.</hint>
<required>Please enter a bibliographic reference(s) for the resource.</required>
<vocabulary>srsc</vocabulary>
Copy link
Collaborator

Choose a reason for hiding this comment

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

why srsc?

<input-type>textarea</input-type>
<hint>A summary of the resource.</hint>
<required>Please enter a summary of the resource.</required>
<vocabulary>srsc</vocabulary>
Copy link
Collaborator

Choose a reason for hiding this comment

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

why srsc?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I did not understand its using. It can be used by tag label, no textarea.

<input-type>textarea</input-type>
<hint>A list of subunits of the resource.</hint>
<required>Please enter a list of subunits of the resource.</required>
<vocabulary>srsc</vocabulary>
Copy link
Collaborator

Choose a reason for hiding this comment

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

why srsc?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I did not understand its using. It can be used by tag label, no textarea.

<input-type>textarea</input-type>
<hint>Information about who access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.</hint>
<required>Please enter an information about the access right(s).</required>
<vocabulary>srsc</vocabulary>
Copy link
Collaborator

Choose a reason for hiding this comment

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

srsc?

policy=deny,action=read,grantee-type=user,grantee-id=*
</acl>
<dc-schema>dc</dc-schema>
<dc-element>accessRights</dc-element>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Comment on lines 140 to 142
<dc-element>contributor</dc-element>
<repeatable>true</repeatable>
<label>Contributor</label>
Copy link
Collaborator

Choose a reason for hiding this comment

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

                    <dc-schema>dc</dc-schema>
                    <dc-element>contributor</dc-element>
                    <dc-qualifier>author</dc-qualifier>
                    <repeatable>true</repeatable>
                    <label>Authors</label>

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.

transform SAV requirements to submission forms
2 participants