Codeminer42 / Punchclock

GNU Affero General Public License v3.0
14 stars 4 forks source link

feat: talks index page #589

Closed jonathanrib3 closed 1 year ago

jonathanrib3 commented 1 year ago

Problem

Closes Issue #571 - Tasks index page

Solution

To add the index page i created a controller to Talk model and created the view. The page's styled is based on /contributions page so it follows the same structure, but with pagination and without the 'go to top page' button at the bottom of the page.

This feature has feature tests too on /spec/feaetures/index_talks_spec.rb

When the current user doesn't have saved talks Screenshot from 2023-10-24 13-02-32

When the current user does have saved talks demo-571

carloslopes commented 1 year ago

Seria importante também testar o caso onde o usuário acessar a lista de talks e não consegue visualizar talks de outros usuários