-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
68 lines (33 loc) · 1.79 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Assignment 4
- Student Name: Agbola Iseoluwatobi
- Student ID: B00802526
- Assignment 4
- Project - Group 7
## Feature: Search Feature
## Overview
This feature involves the design of an interactive search bar for users of the application.
The backend received the queries sent to the frontend by the user and uses those queries to generate
the set of the room which fit those criteria. the search bars filters are generated from the NoSql database and this helps the user to make
accurate results
## Modifications
The Feature was initially a single dropdown with the search query being performed on one criterion however while developing the search I discovered that a multi-varied search bar would be more suitable for the user and so I developed the search bar with 5 different filters to provide the user with an interactive way to search for rooms.
## References
* Angular.io. (2019). Angular. Available at: https://angular.io/.
* Firebase. (2019). Firebase. Available at: https://firebase.google.com/.
## Links
- http://129.173.22.35:26543/
- http://129.173.22.35:26543/search
- http://129.173.22.35:26543/avaliable
## Git
- https://git.cs.dal.ca/agbola/web_project_group_7.git
## Feature Branch
- search_feature_a4_submission
## Files Worked On
- src/app/search-filter
- src/app/search-page
- src/app/models/room-search.ts
- src/app/home
## Frameworks and technologies
* Boostrap: this is a powerful and popular CSS framwork with and all my groupmates had experience with this framework
* Angular 7: This is a power MVC Javascript Framework and most of my team members had good experience with this framework
* Firebase: this a google cloud product that give application functionalities like NoSql databases, analytics and other features