-
Notifications
You must be signed in to change notification settings - Fork 4
Building client #3
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
Open
michaelromero128
wants to merge
117
commits into
revaturelabs:main
Choose a base branch
from
989-AugustDuet-AssignForce:building-client
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Building client #3
michaelromero128
wants to merge
117
commits into
revaturelabs:main
from
989-AugustDuet-AssignForce:building-client
Conversation
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
* adding location services testing stub * Update location.service.spec.ts * Update location.service.spec.ts added some skeletal tests, not certain they are final tests for this part of the ui. very basic tests, scraped methods from location service app
* started on reservation service tests tests are incomplete, first commit * Update reservation.service.spec.ts * Update reservation.service.spec.ts
components created, fields still need adding, as well as general tests on the components
components created, fields still need adding, as well as general tests on the components
* added providers * adding calendar-package * Update .gitignore
* Update reservation.component.ts * update to reservation component and type * Update reservation.component.ts * Reservation model Co-authored-by: Joan Marin <[email protected]>
* initial commit * added primary and secondary color palates * added logo and padding added logo with arbitrary padding for now, needs to be set at size of the R in revature * Update styles.css
* Update app.module.ts added calendar to appModule getting warning about experimental decorators support * adding calendar component adding in the room's calendar component * added fonts to assets folder added required fonts with logo
* fixes to calendar component moved style to css file, but i think it may need to be where it was given what the documentation says * Update room-calendar.component.html * Update room-calendar.component.css * Update room-calendar.component.ts * delete room calendar from project * Update app.module.ts
add eks deploy
fix env config on eks deploy
…s-fixes Unit Test Error Removal, Tests should still be changed
url changes for production
* update for adding new reservation * css for reservation
…-reservations Select Batches in add reservations
api is matched
* Reservation service unit tests * Update reservation.service.spec.ts
* update for adding new reservation * css for reservation * css for reservation added * format code * css for reservation detail
* added room component models * added models and started service + testing * added more service tests and implementations * added service methods. pending additional tests
* Get avaialable meeting rooms in progress * validation added if no rooms avaialable * displays list of avaialable meeting rooms
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.
Building client