DEV Community

David Scheer
David Scheer

Posted on • Updated on

Homework 11 - trust the process

Image description

Note

When clicking the little icon a search bar appears from the side of the screen.

Github repo

https://github.com/davidscheer58/project_2

How we are conceiving the API for our element on both the frontend and the backend.

When designing our API for elements in both the frontend and backend, it's important to consider the specific needs and requirements of each component. We have to ensure that the API is secure and reliable, with appropriate error handling it can be implemented correctly. We are still devising how we are going to do this will continue to work on our API this week.

How did we start?

At first, we looked at the assignment and decided that splitting up the badge interface would be the best idea. However, we realized that working together and communicating with each other would be best because all of the different elements are all connected with each other.

What we decided to attack first?

We basically wanted to start with the search button and move on from there since it's the most crucial part of the project. We don't have the code for its backend or placed in the intended position.
What issues we had?

We had some starting issues where linking to Vercel wasn't working for some reason, as it gave us a 404 error every time we tried to refresh and view our progress. We were able to figure the cause of the issue and fix it.

Concepts from Project 1:

In my card, I had a drop down button, where the character's detail popped up when clicked on, which I think will be helpful when creating the panels for this project.

What's our next priority?

Creating the drop-down panels and then writing backend code for the search feature.
What problems are we unsure of how to solve?

I think the biggest challenge we are facing right now is implementing the search. After creating the panels, we'll be working on coding the search feature.

Problems we are unsure how to solve

We are still trying to figure out the best way to implement the three "cards" that will be able to be searched and pulled away from the group either pulled to the top and briefly highlighted or to change the visibility on the rest to only show the one that was searched.

Top comments (0)