Our application
Go to file
Ben 38e4553e33 Modified the start and end date fields so they display correctly in line with the rest of our design 2024-01-23 00:03:02 -06:00
app Modified the start and end date fields so they display correctly in line with the rest of our design 2024-01-23 00:03:02 -06:00
bin fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
config Participant show page per person now can have linked workers within the system 2024-01-22 22:57:37 -06:00
db Participant show page per person now can have linked workers within the system 2024-01-22 22:57:37 -06:00
lib Initial Commit 2024-01-11 19:40:58 -06:00
log Initial Commit 2024-01-11 19:40:58 -06:00
public Initial Commit 2024-01-11 19:40:58 -06:00
storage Initial Commit 2024-01-11 19:40:58 -06:00
test Participant show page per person now can have linked workers within the system 2024-01-22 22:57:37 -06:00
tmp Initial Commit 2024-01-11 19:40:58 -06:00
vendor Initial Commit 2024-01-11 19:40:58 -06:00
.browserslistrc fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
.dockerignore Initial Commit 2024-01-11 19:40:58 -06:00
.gitattributes Initial Commit 2024-01-11 19:40:58 -06:00
.gitignore fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
.ruby-version Initial Commit 2024-01-11 19:40:58 -06:00
Dockerfile Initial Commit 2024-01-11 19:40:58 -06:00
Gemfile Changed background color, edited Pagination for Participant page to better match our look for app 2024-01-22 19:48:38 -06:00
Gemfile.lock Changed background color, edited Pagination for Participant page to better match our look for app 2024-01-22 19:48:38 -06:00
Makefile Changed background color, edited Pagination for Participant page to better match our look for app 2024-01-22 19:48:38 -06:00
README.md Initial Commit 2024-01-11 19:40:58 -06:00
Rakefile Initial Commit 2024-01-11 19:40:58 -06:00
babel.config.js fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
config.ru Initial Commit 2024-01-11 19:40:58 -06:00
package.json Fixed Log in and Log out again (continue to work on nav bar) 2024-01-17 02:36:03 -06:00
postcss.config.js fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
yarn.lock Fixed Log in and Log out again (continue to work on nav bar) 2024-01-17 02:36:03 -06:00

README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...