Skip to content

Releases: StevensLighthouse/Core

Spring - Week 8

09 Apr 17:09

Choose a tag to compare

This release includes:

  • Fix for duplicate categories bug
  • Fix for category deletion
  • Category icons

Spring - Week 7

05 Mar 17:53

Choose a tag to compare

This release includes:

  • Image uploads on the admin panel
  • Support for multipart uploads

Spring - Week 6

26 Feb 17:16

Choose a tag to compare

This release includes:

  • Cloning global stops
  • Image uploads
  • Refactored Admin UI to use Angular.js

Spring - Week 5

19 Feb 18:10

Choose a tag to compare

  • Continued work on image uploads
  • Continued work on cloning stops

Spring - Week 4

12 Feb 17:05

Choose a tag to compare

Merge pull request #51 from StevensLighthouse/clone-stops

added clone functionality for stops

Spring - Week 3

05 Feb 17:20

Choose a tag to compare

Features included in this release:

  • Revamped admin panel
  • Fixed request tests for new admin panel
  • Add visibility flag on stops to allow for public / private stop designation
  • Stop ordering works properly

Spring - Week 2

29 Jan 14:55

Choose a tag to compare

This release includes:

  • Ordering of stops
  • Admin UI refactoring

Spring - Week 1

22 Jan 20:25

Choose a tag to compare

API Additions

  • Embed a list of stop id's when creating a tour
  • Security: open up access to get '/tours', should be public.

Feature Additions

  • Add concept of groups
    • A user can be associated with one group
  • Add database seeds for sample user
  • Updated admin UI
    • Much cleaner user experience

Deployment

  • Application backend has been deployed to an AWS instance.
  • Capistrano scripts for easy and rapid app deployment
    • cap production deploy is all it takes to deploy the app to the production server

Week 6

04 Dec 16:59

Choose a tag to compare

  • User logins now work!
  • Store sessions on the backend with 24hr expiration time
  • Login page

Week 4

20 Nov 05:21

Choose a tag to compare

Out efforts for the week of 11/14 - 11/21 including:

  • Adding permissions/user relation
  • Clarified permissions table
  • Fixed stop layout in tour creation view