Skip to content

Dynamic Dashboard Search#61

Open
xyecs wants to merge 8 commits intomainfrom
feature29
Open

Dynamic Dashboard Search#61
xyecs wants to merge 8 commits intomainfrom
feature29

Conversation

@xyecs
Copy link
Copy Markdown
Collaborator

@xyecs xyecs commented Oct 18, 2021

What this PR does (required):

  • Allows search by location and it is dynamic

Screenshots / Videos (front-end only):

DynamicDashboard.mp4

Any information needed to test this feature (required):

  • Same steps as video

Any issues with the current functionality (optional):

  • Need to implement some other features on BE
  • Profile details IN is added on another part
  • A lot of changed files since I'm working with other merged branches that's not yet in main
  • Not sure why video is crazy bright

@xyecs xyecs self-assigned this Oct 18, 2021
This was linked to issues Oct 18, 2021
Copy link
Copy Markdown
Collaborator

@sundayezeilo sundayezeilo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job on this one 👍 Please check out the few comments I left below so that you can address them.

Comment thread client/src/components/NavBar/BecomeSitter/BecomeSitter.tsx Outdated
Comment thread client/src/components/NavBar/BecomeSitter/BecomeSitter.tsx
Comment thread client/src/components/NavBar/BecomeSitter/BecomeSitter.tsx Outdated
Comment thread client/src/components/NavBar/NavBar.tsx
Comment thread client/src/pages/Dashboard/Dashboard.tsx
Comment thread client/src/pages/ProfileDetails/ProfileDetails.tsx
Comment thread server/controllers/profile.js
Comment thread server/controllers/profile.js Outdated
Comment thread server/controllers/profile.js Outdated
Comment thread server/controllers/profile.js Outdated
@xyecs xyecs requested a review from moffatethan October 19, 2021 22:20
const { search, start, end } = req.query;

if (search != "" || start != "null" || end != "null") {
if (!search || !start || !end) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

FS: Dynamic dashboard FE: Profile Listings page

2 participants