Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
envycontent committed May 23, 2016
1 parent 4ff73bb commit 5095330
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Oxford Talks
user/general/log-in
user/general/terms
user/general/organisers
user/general/release-notes-2016-5

.. toctree::
:maxdepth: 1
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions docs/source/user/general/release-notes-2016-5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@



Latest Changes - May 2016
=========================

We've just released a new version of the Oxford Talks software. Here are the main changes.

Look and Feel
-------------

We've tidied up the look of the site to make it easier to find out what's coming up:

#. The home page has been redesigned - it should be quick to find what's going on this week and next by using the tabs across the top.
#. You *might* miss the personal listing - **My Talks** - at the bottom of the old home page. This is now on the drop down list under your username.
#. The talks should be easier to scan for interesting titles or speakers. Important information about the talk should be easily noticeable as well.
#. You can now browse departments and topics.

.. image:: images/release-notes-2016-5/look-and-feel.png
:alt: Look and Feel
:height: 435px
:width: 614px
:align: center


Lists
-----

Lists have been renamed **Collections** as we thought that this better reflected the way they work. It is just a name change - everything works in the same way as before.

You can now add a department to a collection. Good news if you want to create a collection of all the series in your department and also talks of interest from elsewhere on Oxford Talks.

.. image:: images/release-notes-2016-5/lists.png
:alt: Lists
:height: 237px
:width: 614px
:align: center


Date Picker
-----------

We've got a nicer date picker now for setting start and end dates. It is much easier to use.

.. image:: images/release-notes-2016-5/date-picker.png
:alt: Date Picker
:height: 329px
:width: 614px
:align: center


Speakers and Audience
---------------------

#. Speakers should now appear in the order you've added them. It was going to be tricky to allow you to drag and drop speakers to get them into the right order, so if you add them in the wrong order then you'll have to remove them and add them again.
#. If you have too many speakers to list, we've allowed you to tick a box to indicate *Various Speakers*.
#. There's now a text box you can use to specify the type of audience, if *public* or *university only* are not sufficient.

.. image:: images/release-notes-2016-5/speakers-and-audience.png
:alt: Speakers and Audience
:height: 179px
:width: 451px
:align: center


Talks in Preparation
--------------------

We've clarified talks 'in preparation'. Now a talk is automatically published when you create it, but you can switch it to 'in preparation' to let your attendees know that some details may change.

A key thing to note is that in preparation talks appear in ALL listings and are clearly flagged as 'in preparation'.

Cancelled Talks
---------------

You can now also flag a talk as cancelled.

.. image:: images/release-notes-2016-5/cancelled-talks.png
:alt: Cancelled Talks
:height: 362px
:width: 559px
:align: center


Developers
----------

There are one or two extras in the API now.

#. An important point - talks 'in preparation' (see above) are listed in the API output and are indicated as such with the **Status** field.
#. The from and to parameters work properly and there is also a time delta option e.g. (from=today&to=plus7)
#. As you can now add a department to a collection (see above), this should simplify requests.
#. We've added hosts, timezone information and .ics links to the output.

0 comments on commit 5095330

Please sign in to comment.