OpenTechStrategies / torque

A flexible web-based open source system for collaboratively evaluating proposals.
1 stars 2 forks source link

Initial UI feedback on TeamComments extension. #8

Open kfogel opened 5 years ago

kfogel commented 5 years ago

Jeff and I went over the TeamComments UI/UX together on Wednesday.

First, change requests:

Next, Jeff had some questions:

(Obviously any of us could get the answers, but if you're in there testing anyway it'll be faster for you to get them then for Jeff or me.)

frankduncan commented 5 years ago
  • Do comments show up in Recent Changes?

Not currently. That's actually a configurable feature of the original comments I removed, so it should be easy to add it back (provided it worked before).

  • Do comments show up in search results?

No. I'm actually curious how one would let mediawiki know that they should. Would be interesting.

frankduncan commented 5 years ago

Done and on the macfound test server.

frankduncan commented 5 years ago

I wanted to update on searching and note that I did a bit more research on it. Doing a rebuildall on the site doesn't lead comments to show up in the search cache, and I'm not quickly finding documentation on parserhooks and how to have them render before the search cache is built, much less how to force a search cache update during some specific action (like adding a comment). My next steps would probably be creating a simple parser hook with some known text and playing with/investigating the parameters passed to the hook to see if one of them will lead to the change we want.

This feels like it's a "hours to figure out correct line of code, five seconds to write it" kind of problem.