Open
Conversation
Modified login script to use TowsonU id + password rather than a users database table. BUG? - Cannot view job files in admin view, not sure if it's because I didn't have google drive setup - need to test.
Updated code to make program mount share drive before starting main window. Added options to change letter drive in "MainView.java" for easier config later (if drive letter is taken already, etc).
this version is for everyone to develop and commit on.
- Added the "attemptLogin()" to be able to press enter to login after entering password.
Added Navbar to jobsView, going to resize/redesign buttons for smoother look for future update on all views.
…2-11_08-13-06.2.10.deb
…_2016-02-29_14-21-42.0.zip
Updated Navbar so its on the settings, build, and jobs view page.
Resets the submission view and keeps the student logged in after successfully submitting a file so that he/she may keep submitting files if desired
Remove focus from back button
Fix for the backButton functionality.
The backButton has been changed from a icon to a normal button
Implemented Ryan's code to get user's first/last name Added correct spacing to nav bar excluding reports page ( can't get it open)
Updated login script get get correct values
- To view login as admin as normal and click the "Jobs Manager" button in order to go to new window.
Implemented the login via enter button for admin password prompt.
Student user can view the comment selected for their rejected file
Logout button was closing the application. Now it will direct user back to MainView.
Update tables on build pages. Bottom table is record of builds for selected device. New button in center moves files from approved jobs table to the table of files to be in the build.
Update to remove merge conflicts
Update to newJobsManager
Rejection comments are now visible to students once they log in. Also fixed minor SQL syntax error for validating file extensions.
Hit enter to login instead of only being able to click button.
ReportsView will display only active printers in the dropdown box.
Fitting the menu bar in settings view. Selected column in jobs manager.
Master Export button will only export a sheet for current devices. This will prevent test data from being exported.
Re-adding the logout button to build view and removing of submit buttons green glow
When a job is approved the student's balance & balance will be updated accordingly with a negative value that they spend on the job.
Added logout button to reports view, removed back arrow navigation buttons in reports and build view, button sizing.
Single search field for selecting students
Retrieval of students first and last name in student login process
Update the build view page. File selected color. Single file moving.
Date column was displaying entire DateTime string. This commit shortens it to only return the date (MM-DD-YYYY).
Displays files in descending order by date.
Forgot a semicolon.
If a student desires to submit an invalid file extension for their selected printer then they will be prompted if they are really sure that they want to continue. This feature was specifically requested by Josh.
Rows are now sorted descending by date. Date column is now only date, not entire DateTime string.
When an Admin clicks approve on a file where a student has an insufficient balance, a JOption pane is generated. The admin can then choose whether or not they would like to allow the student to run a negative balance. If yes, the student's balance will appear as negative. If no, no action takes place.
Centered Nav Bar Resized columns in Previous Builds table
Re-Added the logout button Changed coloring of the submit button
Shows only MM-DD-YY and not entire DateTime string.
Updated formatting/alignments on Reports View Changed button names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.