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

JavaScript capstone project - SeriesFeedback #36

Merged
merged 102 commits into from
Jun 30, 2023
Merged

JavaScript capstone project - SeriesFeedback #36

merged 102 commits into from
Jun 30, 2023

Conversation

PabloBona
Copy link
Owner

The following requirements were fulfilled:

General requirements

  • Follow the Gitflow pattern.
  • Distribute the work based on a Kanban board.
  • Utilize ES6 JS features.
  • Meet the project requirements to the best of your ability.
  • Have no linter errors.
  • Apply unit tests with Jest.
  • Build the following interfaces: homepage and comments popup window.
  • Follow the design of the provided wireframes.

Project requirements

  • Homepage: upon loading the page, the web application retrieves data from the selected API and displays the list of items on the screen, as well as the user likes obtained from the Involvement API.
  • When the user clicks the "Like" button for an item, the interaction is recorded in the Involvement API and the screen is updated.
  • Clicking the "Comments" button displays the comments popup window.
  • Header and navigation of the homepage are similar to the provided design.
  • The footer of the homepage is similar to the provided design.
  • Comments popup window: upon loading the popup window, the web application retrieves data from the selected API and displays details about the selected item, as well as user comments obtained from the Involvement API.
  • Clicking the "Comment" button records the data in the Involvement API and updates the screen.
  • Counters: there are counters in all interfaces that display the number of items (on the homepage) and the number of comments (in the comments popup window)..
    These counting functions should be covered with unit tests using Jest.
  • Record a video for your project. https://drive.google.com/file/d/1PyLQ5o93Hjioglf9RmWgMXKxZ03r7Mis/view?usp=sharing

Authors
@NitBravoA92
@PabloBona

PabloBona and others added 30 commits June 25, 2023 18:54
-Create webpack.config.js
-Install webpack, style-loader, css-loader, HtmlWebpackPlugin plugin, Webpack-dev-server, and cross-env
-Update package.json scripts for testing, serving, linting, and building
Create a 'test' folder in the 'src' directory
Add 'add.test.js' for testing purposes
Add MIT
Add modules & img folder
…Live Demo

Add footer to index.html with author names
Add <div> for error handling
Implement load event to display cards on page load
Introduce api.js, getSeries.js, and renderShows.js
Update Dist
Add involmentApi
Add like Count at renderShows
Merge API calls values
Display number of likes for each item
NitBravoA92 and others added 28 commits June 29, 2023 00:37
Create feature: add new comment
UX improvements: include transitions and/or animations
Copy link

@Olamarx Olamarx left a comment

Choose a reason for hiding this comment

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

Hi @PabloBona,

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

Highlights

  • ES6 usage ✔️
  • All tests passed ✔️
  • Readme file professional ✔️

Good job passing at the first trial.

Optional suggestions

Every comment with the [OPTIONAL] prefix won't stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better. Some of them were simply missed by the previous reviewer and addressing them will really improve your application.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@PabloBona PabloBona merged commit bf35c45 into main Jun 30, 2023
5 checks passed
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