HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Form content not showing on page #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://registry.oss-watch.ac.uk/project/simalID/prj3301

I entered a fairly complete set of data in the form but only some is appearing.

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:v="http://www.w3.org/2006/vcard/ns#"
xmlns:dc="http://purl.org/dc/core/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:simal="http://oss-watch.ac.uk/ns/0.2/simal#"
xmlns:cerif="http://www.dotac.info/ontology/CERIF2008.owl#" > <Project
rdf:about="http://registry.oss-watch.ac.uk/projects/ecstoolbar">
<created>2010-7-6</created> <name>JISC Techdis Toolbar</name>
<shortname>ecstoolbar</shortname> <shortdesc xml:lang="en">A
cross-browser toolbar to help students customise the way they view and
interact with web pages to help their study skills.</shortdesc>
<description xml:lang="en">JISC Techdis Toolbar (after providers of
seed funding) has been created as an open-source, cross-browser
toolbar to help students customise the way they view and interact with
web pages to help their study skills. The concept behind JISC Techdis
Toolbar is simple: One toolbar to provide all of the functionality you
would usually get in many different products, and which will run in
any desktop web browser.</description> <homepage
rdf:resource="http://access.ecs.soton.ac.uk/ToolBar/"/> <blog
rdf:resource="http://access.ecs.soton.ac.uk/blog/blog/category/toolbar/"/>
<foaf:seeAlso dc:title="Project blog"
rdf:resource="http://access.ecs.soton.ac.uk/blog/feed/"
dc:format="application/rss+xml" />
<programming-language>PHP</programming-language>
<programming-language>Javascript</programming-language>
<programming-language>HTML</programming-language>
<programming-language>CSS etc</programming-language>
<simal:project-director> <foaf:Person
rdf:about="http://registry.oss-watch.ac.uk/people/18e747d44c2119332e6532420b1039
ea231dced4">
<foaf:name>EA Draffan</foaf:name> <foaf:mbox
rdf:resource="mailto:ead@ecs.soton.ac.uk" />
<foaf:mbox_sha1sum>18e747d44c2119332e6532420b1039ea231dced4</foaf:mbox_sha1sum>
</foaf:Person> </simal:project-director> <developer> <foaf:Person
rdf:about="http://registry.oss-watch.ac.uk/people/9c7db6470a835d38f03c0ba477c658
08549ada89">
<foaf:name>Seb Skuse</foaf:name> <foaf:mbox
rdf:resource="mailto:scs@ecs.soton.ac.uk" />
<foaf:mbox_sha1sum>9c7db6470a835d38f03c0ba477c65808549ada89</foaf:mbox_sha1sum>
</foaf:Person> </developer> <license
rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> </Project>
</rdf:RDF>

Original issue reported on code.google.com by ste...@fullmeasure.co.uk on 6 Jul 2010 at 1:56

GoogleCodeExporter commented 9 years ago
Steve,

It would be helpful if you could identify what is/is not appearing on the page. 
Don't assume that the developers will spot the same things as you.

Original comment by ross.gardler on 7 Jul 2010 at 9:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Renetering comment I just deleted but this time without peoples email addresses:

I'm seeing similar problems. 

The DOAP generator is allowing roles that are not defined in the DOAP schema 
and thus they are recorded in the systme but not displayed in the interface.

For example, I inadvertantly added Raido Kuli to the Wookie entry [1] as a 
director, this is recorded in the RDF as:

<j.1:project-director>−
<j.0:Person 
rdf:about="http://registry.oss-watch.ac.uk/people/04dccc0b221a58cc42286e82e0be44
d2cf5d2572">
<j.0:mbox_sha1sum>04dccc0b221a58cc42286e82e0be44d2cf5d2572</j.0:mbox_sha1sum>
<j.0:mbox rdf:resource="[SNIPPED]"/>
<j.0:name>Raido Kuli</j.0:name>
</j.0:Person>
</j.1:project-director>

j.1 is the Simal namespace and is thus an extension of the Simal schema that 
has been added without discussion or documentation [2] - I'm -1 on this 
addition as it hides data from the DOAP namespace (and clearly I missed it in 
code review). This should be taken to the mailing list for resolution whilst 
the issue reported here should remain focussed on the missing data problem.

Another example, again from Wookie, is Scott Wilson was correctly listed as the 
"manager", but "manager" is not a term recognised by DOAP.

<j.1:project-manager>
<j.0:Person 
rdf:about="http://registry.oss-watch.ac.uk/people/3c3924f1bb8a648faf90556e97c104
d61657cc6c">
<j.0:mbox_sha1sum>3c3924f1bb8a648faf90556e97c104d61657cc6c</j.0:mbox_sha1sum>
<j.0:mbox rdf:resource="[SNIPPED]"/>
<j.0:name>Scott Wilson</j.0:name>
</j.0:Person>
</j.1:project-manager>

[1] http://registry.oss-watch.ac.uk/project/simalID/prj3302
[2] http://code.google.com/p/simal/wiki/Schema

Original comment by ross.gardler on 7 Jul 2010 at 10:04

GoogleCodeExporter commented 9 years ago
RE comment #1

Good point, sorry being slack

On page 
http://registry.oss-watch.ac.uk/project/simalID/prj3301

I do not see the following in RDF above)

* shortname
* blog
* simal:project-director
* foaf:seeAlso  (blog)

Missing form RDF:

* VC
* Issue tracker

Also:
* language order is not as entered
* "Mailing list" header is missing background colour

Original comment by ste...@fullmeasure.co.uk on 7 Jul 2010 at 10:18

GoogleCodeExporter commented 9 years ago

Original comment by sander.v...@oucs.ox.ac.uk on 8 Jul 2010 at 11:21

GoogleCodeExporter commented 9 years ago

Original comment by sander.v...@oucs.ox.ac.uk on 8 Jul 2010 at 3:19

GoogleCodeExporter commented 9 years ago

@3 Will take discussion to the list

@4 

> * shortname
> * blog
> * simal:project-director
> * foaf:seeAlso  (blog)
These fields will have to be added to the page, as well as a few others.
This will be in the on-list discussion mentioned above.

> Missing form RDF:
> 
> * VC
What's VC? 

> * Issue tracker
The field doap:bug-database is not in the RDF/XML you pasted and the field is 
present on Ross's Wookie project.

> Also:
> * language order is not as entered
If this is a feature request please add it as a separate issue, type 
"Enhancement request".

> * "Mailing list" header is missing background colour
This is by design.

Original comment by sander.v...@oucs.ox.ac.uk on 8 Jul 2010 at 3:50

GoogleCodeExporter commented 9 years ago
re #7:

>What's VC? 

Version control

>> * Issue tracker
>The field doap:bug-database is not in the RDF/XML you pasted and the field is 
present on Ross's Wookie project.

I did enter both, however I re-opened the tab to find the RDF and it let me 
re-submit so perhaps the form was only partially repopulated as often happens 
and it overwrote?

Perhaps the fact hat I could re enter via the entry form is a bug. Or is it 
designed for editing too?

>> * "Mailing list" header is missing background colour
>This is by design.

Why's that?

Original comment by ste...@fullmeasure.co.uk on 8 Jul 2010 at 3:58

GoogleCodeExporter commented 9 years ago
re #8:

> >What's VC? 
> Version control
> 
Duh.. sorry about that. 

> > * Issue tracker
> > The field doap:bug-database is not in the RDF/XML you pasted and the 
> > field is present on Ross's Wookie project.

> I did enter both, however I re-opened the tab to find the RDF and it let 
> me re-submit so perhaps the form was only partially repopulated as often 
> happens and it overwrote?

Could be, I'll check the logs.

> Perhaps the fact hat I could re enter via the entry form is a bug. Or is 
> it designed for editing too?

> > > * "Mailing list" header is missing background colour
> >This is by design.
> Why's that?

Well it's not my design ;) but I guess 'mailing list' (h3) is seen as one
of the 'community tools' (h2) just as the issue tracker, although the 
latter doesn't get a separate header.

Original comment by sander.v...@oucs.ox.ac.uk on 8 Jul 2010 at 4:22

GoogleCodeExporter commented 9 years ago
Discussion started on the list [1].
Specification of form field mappings in Google doc [2].

[1] 
http://groups.google.com/group/simal-contributors/browse_thread/thread/1702262e3
a63ec28 
[2] 
http://spreadsheets.google.com/ccc?key=0Ao-gb7vI1LS8dDNQWnpsUWs3Nlg2bkZQNTNfNk1m
VFE&hl=en 

Original comment by sander.v...@oucs.ox.ac.uk on 9 Jul 2010 at 1:23

GoogleCodeExporter commented 9 years ago
> > > * Issue tracker
> > > The field doap:bug-database is not in the RDF/XML you pasted and the 
> > > field is present on Ross's Wookie project.
> 
> > I did enter both, however I re-opened the tab to find the RDF and it let 
> > me re-submit so perhaps the form was only partially repopulated as often 
> > happens and it overwrote?
> 
> Could be, I'll check the logs.

I checked the logs but unfortunately, the only trace I have is that the project 
is submitted the first time and updated the second time. I have no complete log 
of what is submitted. I'll create an issue to make sure we keep copies of all 
submissions.

Original comment by sander.v...@oucs.ox.ac.uk on 9 Jul 2010 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by ross.gardler on 3 Feb 2011 at 12:17