DEV Community

e10chen
e10chen

Posted on

IST 256 Badge Dashboard Post 1 Development

Repo Link

https://github.com/NewJerkey/city-card

Writing Part

For Project 2, we are going to make and display the different types of badges for different types of learning awards through a Dashboard. The users should be able to search up the different types of badges that they could obtain. Users can also filter out the badges according to the topics and hardest to newest.

Icon
Badge Title
Creator
Badge Header
Badge Color*

*maybe

The properties that we will need is the images logo, the title of the badge, the color scheme of the badge, the creator, and the topic of the badge.

The information we will need from the backend to make this work is to have everything that is consider an adjustable variable that can be manipulated. In the context of this project, the icon of the badge, the creator of the badge, and the title of the badge.

image

image

As you can see here, for the city card, we are rendering the variables form the card to the json file that supplies the information of the variables when map is being called to list the card out. So for Project two, we will need to set up variables that we think that will make the badage different from other badages and create a json file to store and supply the different elements of each variables and maping other different unique copies.

Top comments (0)