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

Add frontend implementation for Reviewed! #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Xenowa
Copy link

@Xenowa Xenowa commented Apr 29, 2024

Purpose

  • Add frontend implementation for Reviewed!

@MaryamZi MaryamZi requested a review from sm1990 April 29, 2024 07:06
sm1990
sm1990 previously approved these changes Apr 29, 2024
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/dist/index.html Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
@Xenowa Xenowa force-pushed the session-3-frontend branch 2 times, most recently from 736e87f to f7caead Compare April 30, 2024 15:31
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
session-3/frontend/README.md Outdated Show resolved Hide resolved
Comment on lines 57 to 59
4. Open the browser and navigate to [http://localhost:3000](http://localhost:3000).

5. For deploying the application, create a production build by running the following command.
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't these be swapped?

Copy link
Author

Choose a reason for hiding this comment

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

Since this section is in the context of a user who is running the front-end in dev mode, deployment was mentioned as the last point. The reason is that during development, the changes made in the JavaScript files of the React code will be instantly visible on the served URL. However if the user has created a production build and is serving it instead, the changes made on the JavaScript files won't be visible on the served files.

session-3/frontend/README.md Outdated Show resolved Hide resolved

```bash
npm run build
```
Copy link
Contributor

Choose a reason for hiding this comment

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

Eventually, I think we can elaborate a bit on the underlying implementation. E.g., we can a screenshot of each page, mention the GraphQL query, any additional processing we do on the response, etc.

Copy link
Contributor

Choose a reason for hiding this comment

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

Not required for this first iteration.

sm1990
sm1990 previously approved these changes May 2, 2024
@Xenowa Xenowa force-pushed the session-3-frontend branch 3 times, most recently from f3e5bf8 to 9577def Compare May 3, 2024 13:23
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.

None yet

3 participants