manwar / theweeklychallenge

The Weekly Challenge - Perl & Raku. You do not have to be an expert. https://theweeklychallenge.org
Artistic License 2.0
11 stars 19 forks source link

Create template to list team members #151

Open manwar opened 6 months ago

manwar commented 6 months ago

On this page, I am expecting paginated list of team members

   [Back Button] [Forward Button]

   [Member 1 images clickable]  [Member 1 images clickable]  [Member 1 images clickable]
   [Member 1 images clickable]  [Member 1 images clickable]  [Member 1 images clickable]
   [Member 1 images clickable]  [Member 1 images clickable]  [Member 1 images clickable]

Depending on the screen size, we can restrict how many should we list in one page.

kemsguy7 commented 6 months ago

@manwar I'll take this up too, kindly assign it to me

kemsguy7 commented 6 months ago

@manwar , just to clarify, what action should the clicking do on an image. Should it take the users to a page that shows information about the clicked user? or should it just show something like a popup of the image?

himanshisrestha commented 6 months ago

@manwar ,I would also like to work on this as well as the next issue #152 aa both of them are related and would be easy to work on together with. So please do assign me both the issues.

manwar commented 6 months ago

@himanshisrestha please speak to @kemsguy7 and work together on this as it would speed up.

himanshisrestha commented 6 months ago

Sure. Thank you

himanshisrestha commented 6 months ago

Sir we are having a doubt on this .. For this issue, we should be making the basic frontend right ? The backend and data to be displayed for the same would be done later on with Dancer2 right ?