flozender / SOEN6441-AK_G03

GNU General Public License v3.0
1 stars 0 forks source link

display ALL details from response #23

Closed flozender closed 2 years ago

flozender commented 3 years ago

pick a few of them that you format differently in a template (like name, owner, description, ...) and then dump all the others into a table.

NazaninAhmady commented 3 years ago

@flozender I just need some clarification on this, do you mean I should format the response I am getting for part c into a table for rendering data?

If yes, I can do it. I will format the response with CSS and will beautify it.

flozender commented 3 years ago

It is from the discussion forum. The professor asked us to display all the information obtained from the API call, with some formatted nicely and the rest in a regular table. Something like this: image

NazaninAhmady commented 2 years ago

Create something like this

image

Added CSS for table and also changed flex-direction to column; added scroll bar for overflow.

I will be adding this change to my PR shortly. Thanks

flozender commented 2 years ago

You can use a bootstrap table with <table class="table"> for the sake of uniformity if you like.

You can find it in repo.scala.html

NazaninAhmady commented 2 years ago

Sure, Thanks for the pointer. I will do that, maybe tomorrow if time allows me. I would be studying for the quiz for tomorrow. I am a little scared of it.

All the best for tomorrow's quiz guys @pedramnoori @flozender @vedasreereddy .

Later, N

flozender commented 2 years ago

Thank you, to you too!