Skip to content

Commit

Permalink
Merge pull request #148 from sancsoft/staff-dashboard
Browse files Browse the repository at this point in the history
Staff dashboard
  • Loading branch information
rmaffitsancsoft authored Jun 26, 2024
2 parents 15bf34f + 51321ae commit 181975d
Show file tree
Hide file tree
Showing 37 changed files with 1,969 additions and 123 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.5] - 2024-06-20

### Fixed
- CLI null reference exception if notes are empty
- Newlines in CLI output messages
- Client feedback

### Added
- StaffId to CLI state object for querying time
- Labels to all form inputs, search fields
- `AcceptedBy` staff to time entries to track who accepted the time entry
- Authorization checks to Angular project
- Staff can view mostly everything and executive/admin users can create/edit everything
- No records found on client table lists

## [0.3.4] - 2024-06-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/angular/hq/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular-eslint/component-selector": [
"error",
{
"type": "element",
"type": ["element", "attribute"],
"prefix": "hq",
"style": "kebab-case"
}
Expand Down
1 change: 1 addition & 0 deletions src/angular/hq/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
Loading

0 comments on commit 181975d

Please sign in to comment.