ResourceManagement icon indicating copy to clipboard operation
ResourceManagement copied to clipboard

A resource management application originally designed for Sebastian Riding Associates.

Results 28 ResourceManagement issues
Sort by recently updated
recently updated
newest added

This should be a value object (struct) that contains a StartDateTime, EndDateTime, and Duration calculation and all of the validation for these properties

enhancement
help wanted

The DateTimeInput component is not properly returning the value selected - [x] Dates - [x] Dates and Times - [ ] Times

bug
help wanted
good first issue

Regardless of login, it looks really empty. Can we do something about that??

enhancement
help wanted
good first issue

DayPickerViewModel is a good example of using this technique

enhancement
help wanted

# 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

enhancement
help wanted
good first issue

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...