Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprint 2 #153

Merged
merged 41 commits into from
Dec 21, 2018
Merged

Sprint 2 #153

merged 41 commits into from
Dec 21, 2018

Conversation

sjrumsby
Copy link
Contributor

No description provided.

Adam Kroon and others added 30 commits December 7, 2018 13:58
…as its expiry date field being greater than todays date. The response to the /csrs/me/ GET method now includes an array called 'active_exams' which lists all exams who meet the filtering requirements just outlined, as well as being exams being in the same office as the CSR that logs into theq.
…ted array wasn't returned when the GET method for rooms is called
Adding the Vue router convlicted with how properties were being passed to the smartboard component. This change updates the property passing to correctly receive the office_number and update accordingly via websocket.
… the queue. Exported files can be re-imported into Postman native application or be run via command line
added route for exam managementand created basic layout including but…
…for_room_bookings_2

Add and Embed Integration Tests
…rs are passed via URL to the exams GET end-point. These parameters are then added to the query filter. Testing was completed using bootstrapped data and passing single or multiple different parameters to ensure that the returned values were as expected.
… of when an exam was received in an office. To accomplish this, the exam_received_date field was added to the exam model and schema. Test data was modified to show that this field was added as well, and postman tests were updated to reflect this change as well. Postman tests were run to ensure that this change didn't fail any of the current tests.
…m_received_date_field_2

Bookings Data Model Requires Exam Received Date Field
…onality_3

Search for Existing Exams Functionality
…rs are passed via URL to the exams GET end-point. These parameters are then added to the query filter. Testing was completed using bootstrapped data and passing single or multiple different parameters to ensure that the returned values were as expected.
…as its expiry date field being greater than todays date. The response to the /csrs/me/ GET method now includes an array called 'active_exams' which lists all exams who meet the filtering requirements just outlined, as well as being exams being in the same office as the CSR that logs into theq.
…ted array wasn't returned when the GET method for rooms is called
…stem, including validation and automated field generation for basic input and selection fields.
Add Individual ITA form and related components
…t specific fields on the exam model were required to be nullable due to government workflow practices. Also found that the room_id field on the exams model was an error/typo, so this field was completely removed from the exam model/schema. This PR required a new database migration, and therefore was tested to ensure that bootstrap data didn't cause any fatal errors prior to commit.
Exam Data Model Fix for HTTP Method Testing
…emoving fields from specific models and updating the nullable values for each field after HTTP method testing on the front end
Filtering adds very basic support for kwarg parameter passing from the front end. Can perform search filtering on a limited set of columns, and does not support deep search across relationships or complex search types (e.g., LIKE, OR, GTE, Dates, etc).

Does conditionally render the office for LIASON / GA roles in the table.
Added components for performing search filtering
…handle input from the add-ita-exam form and post to backend.
sjrumsby and others added 11 commits December 18, 2018 10:53
Http post methods / validation of data for add-ita-exam form
…print 2.

Created a field on the office table called exams_enabled_ind. Items effected by this flagging are the hamburger icon, the exams table and the add exam button. If a user somehow navigates to the exams page without using the hamburger icon navigation, and their office is not enabled to view exams, they are greeted with a Coming Soon message.
Added feature flagging for the Exams feature
…alendar views (dayList and weekList) customized to render the resourceTitle with custom navigation external to the calendar component.
@sjrumsby sjrumsby changed the base branch from master to RoomBooking December 21, 2018 22:30
@gil0109 gil0109 merged commit 81d6945 into bcgov:RoomBooking Dec 21, 2018
gil0109 pushed a commit that referenced this pull request Feb 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants