uoa-compsci399-s1-2024 / capstone-project-2024-s1-team-15

Team Bit by Bit - Team 15
https://www.aapc-nz.org
4 stars 0 forks source link

BUG: individual article page showing outdated data #345

Closed arnard76 closed 3 months ago

arnard76 commented 3 months ago

Steps to reproduce

ONLY ON DEV (prod works fine)

  1. go to research or news pages: https:/dev.aapc-nz.org/news
  2. notice an article preview, author and title
  3. click on it
  4. notice the author and title on the full article

What happens?

so on the all articles page /research or /news, it shows the correct articles using database data, but the individual articles page /research/:id or /news/:id shows something different.

https://github.com/uoa-compsci399-s1-2024/capstone-project-2024-s1-team-15/assets/78939786/902c9553-8521-4fe8-b19a-e2911a59422c

What should happen?

information on the full article page should be consistent with what is in the database and on the all articles page.

arnard76 commented 3 months ago

i think this was somehow done?