An application stack for displaying MS Access data using the odbc driver Used for Enrollment Data Creation
$ git clone
$ cd jsGrid_odbc
$ npm install
$ node app.js
In Your Browser, Navigate to
localhost:3000
10.115.17.17:3000
.
|-public *static assets
|---css
|---js
|-routes *express route handlers
|-views *ejs view templates
|---pages *ejs page files
|-app.js *entry point
|-package.json *npm modules
| Feature | Function |
|---|---|
| Click to Add Row Button | Go to Data Creation Page |
| Search Button | Go to Search and Status Update Page |
| Environment Textfield | Display current selected environment |
| Feature | Function |
|---|---|
| TST Button | Select TST Environment and Refresh |
| OAT Button | Select OAT Environment and Refresh |
| SIT2 Button | Select SIT2 Environment and Refresh |
NOTE: YOU MUST CLICK ON THE SMALL PLUS SIGN ON THE LEFT MOST COLUMN TO COMMIT YOUR INSERTION DATA IN THE INSERTION ROW WILL NOT BE UPDATED TO THE SERVER
| Feature | Function |
|---|---|
| Title Bar Plus Sign (Big) | Show the Insertion Row |
| Left Most Column Plus Sign (Small) | Load data in insertion row and wait for saving |
| Save Button | Commit changes to server |
| Home Button | Go back to main page |
NOTE: YOU MUST CLICK ON Submit New Status Button to Save Your Changes!
| Feature | Function |
|---|---|
| Search Bar | Search Filter Values (blank will show no result) |
| Left most column controls | Hover to see description |
| Submit New Status Button | Commit changes to server |
| Home Button | Go back to main page |
| Feature | Function |
|---|---|
| Table | Showin Rows that Are Successfully Uploaded to the Server |
- Joshua Sun - Initial work - JSun
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details