updated documentation and tutorial
This commit is contained in:
@@ -1,9 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.docbook.org/xml/4.4/docbookx.dtd">
|
||||
<chapter id="tutorial_user-experience">
|
||||
<title>Oh the Glamour - More UI</title>
|
||||
<para>
|
||||
TODO screenshots
|
||||
To create a nice user experience, I wanted to have a nice looking app, not something that looked like a developer
|
||||
made it. So I got some UX people involved and the results were impressive. This sections presents some of the
|
||||
remaining screenshots of cineasts.net.
|
||||
</para>
|
||||
<para>
|
||||
Some of the noteworthy things. As Spring Data Graph does a read-through to the datastore for property and relationship
|
||||
access I tried to minimize that by using <code><c:var/></code> several times.
|
||||
The app contains very little javascript / ajax code right now, that will change when it moves ahead.
|
||||
</para>
|
||||
<para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="cineasts_main.png" scalefit="1" contentwidth="15cm"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="cineasts_results.png" scalefit="1" contentwidth="15cm"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="cineasts_movie.png" scalefit="1" contentwidth="15cm"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="cineasts_actor.png" scalefit="1" contentwidth="15cm"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</para>
|
||||
|
||||
|
||||
</chapter>
|
||||
|
||||
Reference in New Issue
Block a user