DEV Community

Spenser McLaughlin
Spenser McLaughlin

Posted on

W11 HW

We made a lot of progress this week on our badge-list! This week, Anish created the badges with the working functionality of expand on click (vertical) to show contents inside, added images to the badges, created the search bar on the front end, and is working on getting the CSS of the design to match. Spenser created a method to render cards in the backend (using his project 1 card while Anish builds the badges), made them top to bottom instead of side to side to match the badge-list example, and started researching search functionality to connect it to the render results. However, while a lot of progress was made this week, we did not yet get the relationship between searching and rendering results working.

We made a diagram to showcase the user interaction pattern, which can be found here.

In a real world use-case from industry, micro-service architecture could fit into their business context through something like an e-commerce website that does digital art services like products and custom designs as well as digital assets. In this case, users could use AI image generators to write prompts that can generate images for reference and the models can take the prompt and run the data then produce an output that is fetched by the front end. As design is a preference based field, it helps to have variations of a design request so that the artist can have a better sense of direction about what the customer wants.

Spenser's Progress can be found here and here. He had to create a brand new repo to fix an error when initializing the OWC.
Anish's Progress can be found here

Top comments (0)