ResourceManagement
ResourceManagement copied to clipboard
A resource management application originally designed for Sebastian Riding Associates.
This should be a value object (struct) that contains a StartDateTime, EndDateTime, and Duration calculation and all of the validation for these properties
The DateTimeInput component is not properly returning the value selected - [x] Dates - [x] Dates and Times - [ ] Times
Regardless of login, it looks really empty. Can we do something about that??
DayPickerViewModel is a good example of using this technique
# Feature: PurgeCSS ## History/Overview I mentioned this on stream and you asked me to propose it as a feature. It seems especially relevant since you're using a mix of...
I mentioned this in the PR, but the tab controls currently need a little keyboard support work. If you look at [the w3 example](https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-1/tabs.html) I based the tab changes on,...
Roles should be: * Employee * Manager * Administrator
I asked this question in chat just before you hit that bug where the calendar view wasn't actually updating (#44 ). But there needs to be some announcement for screen...
We should add localization support. This would mean creating somewhere to change the current culture and then adding support to localize all strings (`IStringLocalizer` for controllers, `IViewLocalizer` for views). We...