ank1traj / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
10 stars 12 forks source link

Navigation bar Issue #14 #26

Closed yuvrxj-afk closed 1 year ago

yuvrxj-afk commented 1 year ago

PR 26 yuvrxj-afk Test plan false 13 136 23 4 1998 Completed

Description

Added a Navbar which include links to different pages on the website, such as the home page, about us page, contact us page and other relevant pages.

Fixes # (Add Navigation Bar) #14

Type of change

Removed the Contribute section and added to navbar , media queries to be defined in the next commit after a review.

Please delete options that are not relevant.

Checklist:

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @ank1traj on Vercel.

@ank1traj first needs to authorize it.

ghost commented 1 year ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/ank1traj/testcase-generator/26/19e19958/f78896e5281542caa1a6ae103a3298a1420b65db.svg)](https://app.codesee.io/r/reviews?pr=26&src=https%3A%2F%2Fgithub.com%2Fank1traj%2Ftestcase-generator) #### Legend CodeSee Map legend
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
testcase-generator ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2023 4:50pm
ank1traj commented 1 year ago

Hi @yuvrxj-afk

please remove the package-lock.json file

ank1traj commented 1 year ago

📝 Changed routes:

/about /contact
Screenshot of /about
(view full size)
Screenshot of /contact
(view full size)
/
Screenshot of /
(view full size)

Commit f78896e5281542caa1a6ae103a3298a1420b65db (https://testcase-generator-4wjyolpzo-ank1traj.vercel.app).

ank1traj commented 1 year ago

@yuvrxj-afk Aren't we going to add navigation bar in every routes and also I think navigation bar is not responsive. Correct me if I am wrong.

yuvrxj-afk commented 1 year ago

We need to remove components from index.js and I mean that create nav/description/cards separately , not in a single file, then It won't be so complex.

ank1traj commented 1 year ago

@yuvrxj-afk This should be done completely. If you don't have bandwidth/time you can convey that. What is required is complete closure of the issue. Not by part by part.

yuvrxj-afk commented 1 year ago

I'm having some work , will try to commit soon @ank1traj In between if anyone can contribute that would be so great.

yuvrxj-afk commented 1 year ago

will be adding rest pages in issues , where others can contribute to navbar linked pages.

ank1traj commented 1 year ago

@yuvrxj-afk Could you please resolve the conflicts?

yuvrxj-afk commented 1 year ago

@ank1traj would you please review?

ank1traj commented 1 year ago

@ank1traj would you please review?

Dropped some comments. Have a look.

yuvrxj-afk commented 1 year ago

Dropped some comments. Have a look.

Didn't get it. Sentry ones?

ank1traj commented 1 year ago

Dropped some comments. Have a look. Didn't get it. Sentry ones?

First deployment is getting failed due to searchbar not found image

Second if you see the review one. You will get my comment. Even if you scroll this PR you will get that.

ank1traj commented 1 year ago

@yuvrxj-afk Please look into this blog - https://dev.to/rhammy/path-aliases-in-nextjs-2fnc

ank1traj commented 1 year ago

@yuvrxj-afk what was the need of search bar? What it's providing here?

yuvrxj-afk commented 1 year ago

You mentioned the search bar in the navbar issue's description, so created the component, which can be used later with functionality.

ank1traj commented 1 year ago

You mentioned the search bar in the navbar issue's description, so created the component, which can be used later with functionality.

@yuvrxj-afk In dark mode search bar is not visible at all. What we can do is leave the search bar for now. As, we don't have any functionality of search.

yuvrxj-afk commented 1 year ago

Surely, i should make one more commit , we'll add it later with functionalities as we have to fetch as well.