Skip to content

Commit

Permalink
docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
valasek committed May 20, 2019
1 parent d1cbeed commit 986150d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN chmod -R ug+rw /documentation
ADD ./server/logs/ /logs
RUN chmod -R ug+rwx /logs
COPY ./docker-entrypoint.sh /docker-entrypoint.sh
COPY ./server/timesheet-cloud.yaml /timesheet.yaml
COPY ./server/timesheet-dataarch.yaml /timesheet.yaml
RUN chmod +x /docker-entrypoint.sh

# Import the code from the context.
Expand Down
6 changes: 3 additions & 3 deletions server/documentation/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,19 +243,19 @@ If you or your organization would like to help beta test a Pro version of Timesh
Released on May 20, 2019

## New Features
* Consultant can have allocation assigned
* Consultant can have time allocation
* Copy record to the same and to the next day
* Show remaining weekly and monthly hours/days on Overview page

### Usability
* Highlight new or duplicate row
* weekly hours shown in red if below expected hours
* Weekly hours shown in red if below expected hours
* Changed date formats
* Removed fixed table header and scrollbar on reported records

### Technical
* Update to Go 1.12.5 and Vuetify 1.5.14, dynamically application split into chunks and loaded dynamically
* column reorder in imported and exported csv files
* Column reordered in imported and exported csv files

## Version 1.2.3
Released on April 24, 2019
Expand Down

0 comments on commit 986150d

Please sign in to comment.