DEV Community

msanyal7
msanyal7

Posted on

Moving along to post 3 for project 2

The relationship between Searching and rendering results
Our code filters through the different badges but we still haven't found a way to render the results.

User Interaction Diagram (from draw.io)

Image description

Using our ideas to problem solve for companies with monolithic architecture

Microservices can help businesses leverage other developers' code and make it so that each application process has its own separate logic and databases. For example, a business using a monolithic program would find it difficult to update their software if they ever want to make it more efficient to track the company's growing number of sales. Or another example is an API style search engine. Some companies include a lot of different sub pages and sometimes it can be really confusing to navigate to the one you need. Using an API search engine could help users navigate more easily.

More questions you have / things your stuck on
I'm not sure how we could render the search results. So far, I only have the list but can't find a way to display them on screen.

Unsure of how to change the icon on each badge using html. In the assets it can be changed since they are strings but I am unsure of how to for the icon.

Top comments (0)