Hermes Change Log
28/05/2020
- Updated icons to be Hermes' foot, rather than rod. The latter is the same as the famous medical symbol, so better to have something more unique.
- Removed a console log that was added in the initial publish.
- Added navigation drawer, with correct, and working, links.
- Updated vue components for app site, so to house the drawer better.
- Removed the possibility of an infinite loop in the vue render.
- Everything has been moved into the two bars, rather than three. This helps in terms of UX, but also the colours looked strange together.
- Added feedback text for failed login attempt.
- Updated C# for feedback message to the user. Better to prefill, and then change during success, as failure more likely.
12/03/2019
- Added VueGoogleCharts to SPA.
- Now displaying two bar charts, horizontal and vertical.
- Issue regarding plugin export. Unsure how to resolve, as the Vue SPA works a bit different to a regular Vue project; have contacted Jeff.
- Change to radio buttons, wherein ‘both’ is auto selected from the start.
- Removed small charts for more advanced.
- Provided some hard-coded data, so that there is something to look at.
- Add compute methods to help handle the new graphs
- Graphs display the kinds of subscribers being viewed (digital, print, both).
12/02/2019
- Added radio buttons for view changing for graphs (print, digital, both).
- Updated countries styling, more appropriate, and better proportions.
- Added minwidth for data span, so it doesn't get crushed.
11/28/2019
- Vue
- Changed countries dropdown to auto-complete, to allow searching.
- Login fields now accept enter key as validation for attempting login
- Loading circle now appears for logout too
- Moved countries to be on the same toolbar as discount and referral codes (previously not enough room).
- Removed second toolbar
- Graph card increased in size, and coloured.
- Added tertiary colour to scheme (light gray), as needed another soft colour.
- Countries now only display 1 country when more than one is selected, with the appened text “+### selected”.
- SPA Backend
- Created various RnRs for coupon codes, information class, retrieval from subscription service.
- Fetching data currently unsuccessful.
- Should return a list of all active coupon codes, id, and associated referral codes.
11/27/2019
- Added discount and referral code dropdowns
- Not fetching real data yet.
- Sizing for these boxes has been difficult to work with.
- Created a Hermes logo, based on Hermes' staff from Greek mythology.
- Added as favicon.
- Added as toolbar icon.
- Icon coloured using style guide.
11/26/2019
- Added Countries Dropdown
- Fetching countries from person service, and supplying to subscriptions.
- Added string manipulation for capitalising countries as they're brought across.
- Timespan updated, to apply on mount.
11/25/2019
- Integrated Hades' Calendar picker, with some modifications.
- New style.
- Accented tollbar.
- Gray-out now covers entire page.
- Mobile view brought across too, though not updated to work properly yet.
11/20/2019
- Created style guide.
- Put together a colour scheme, within a style guide page, to help steer development.
- Implemented colours within the vue config.
- Updated logout to directly logout, rather than providing a sub-menu.
- Updated app page to have a single nav bar.
- Updated logout to push back to login page.
11/18/2019
- Implemented login utilising Person Service.
- Upon login, user email placed within the app toolbar.