Our application
Go to file
Ben 02d8612409 Updated Participant to auto default to yes radio button option and then if no is selected auto fill possible employers from database entry after 2 characters are entered. Also changed destroy options within this model. 2024-01-20 00:05:36 -06:00
app Updated Participant to auto default to yes radio button option and then if no is selected auto fill possible employers from database entry after 2 characters are entered. Also changed destroy options within this model. 2024-01-20 00:05:36 -06:00
bin fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
config Lots of updates mainly in how pages are displayed. Also edited participant database to allow for simulataneous employer creation, made the TIN field not mandatory etc 2024-01-19 23:38:15 -06:00
db Lots of updates mainly in how pages are displayed. Also edited participant database to allow for simulataneous employer creation, made the TIN field not mandatory etc 2024-01-19 23:38:15 -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 All associated Part, Emp, Worker and Vendor pages have been created (still need to edit look and recheck field validation and input) 2024-01-17 01:44:36 -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 fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
Gemfile.lock fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
Makefile added make version 2024-01-16 14:08:06 -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

  • ...