Skip to content
Snippets Groups Projects
  1. Aug 10, 2015
  2. Aug 07, 2015
  3. Aug 06, 2015
  4. Aug 04, 2015
  5. Aug 01, 2015
  6. Jul 29, 2015
  7. Jul 28, 2015
  8. Jul 27, 2015
  9. Jul 22, 2015
  10. Jul 18, 2015
  11. Jul 14, 2015
  12. Jul 07, 2015
  13. Jul 06, 2015
  14. Jun 28, 2015
  15. Jun 25, 2015
  16. Jun 24, 2015
  17. Jun 17, 2015
    • Daniel Gerhardt's avatar
      Merge branch 'feature_session_info' into 'master' · 6743bf1d
      Daniel Gerhardt authored
      WE Offshore Sprint: Session Info Feature
      
      We had the task to implement a Session-Info Form, where the speaker
      could add more information to a session, which is already created or to
      add more information to a session which is created at that moment.
      
      Therefore we needed to use the update Method and change some code in the
      backend as well:
      
      1. Changed **updateSession** Method in SessionService
        * First: we get the session that should be updated from the DB with
          the getSessionFromKeyword-Method
        * Second: we update the values of the session with the new values that
          were entered
        * Third: we check the logo just like in the saving Method of a session
        * we return the updated session
      2. Changed **getSessionFromKeyword** Method in CouchDBDao
        * We added these fields, so that they are also fetched:
           * ppAuthorName
           * ppAuthorMail
           * ppUniversity
           * ppLogo
           * ppSubject
           * ppLicense
           * ppDescription
           * ppFaculty
           * ppLevel
      
      See merge request !7
      6743bf1d
  18. Jun 12, 2015
  19. Jun 10, 2015