rubberduck-vba / RubberduckWeb

Project Website for the Rubberduck VBA Editor Add-In
19 stars 12 forks source link

404 for AssertAPI #80

Open koppor opened 3 years ago

koppor commented 3 years ago
  1. Open https://rubberduckvba.com/Features/Details/UnitTesting
  2. Click on More
    image
  3. https://rubberduckvba.com/Features/FeatureItem/AssertAPI is 404.
Vogel612 commented 3 years ago

Thanks for raising this issue. As the banner on the website states, this website is currently undergoing a significant change and rebuilding. I've pinged our lead dev internally to see whether I can help sort this out.

retailcoder commented 3 years ago

The feature details page on my local build is correctly no longer showing a "More" button for feature items that don't have an XmlItem, such that the only items that can drill further than "feature item" level are those parsed from XmlDocs.

image

My dev environment has been down for quite a little while, I just now got it back up - so this particular bug is fixed, but hadn't been deployed because it's bundled with other fixes, some still WIP.

retailcoder commented 3 years ago

That said the "no xmldocs, no further details" solution is kind of 😒 meh. The schema should probably support additional feature item details when necessary.