lordmatt/bp-report-stuff

[TODO] Integrate UI with BuddyPress elements

Opened this issue · 3 comments

Integrate UI with BuddyPress elements

  • PM
  • User profile
  • Updates
  • Forum(?)
  • Other(?)

point me to the right direction regarding the UI i mean what type of ui we will be working on , front end or back end

The back end is a single REST endpoint. Which is in the controller class. The front end is in /ui/* and will, once finished, be a form running JQuery-UI that can be summoned front and centre (or center for US people) by a report button (populating some of the details as it does) with support from /assets/*. I also hope to produce a widget that will serve to trigger the form when the user wants to report the entire page.

As far as this particular issue ticket is concerned we just need a single event/function trigger we can attach to a button and then (and this is the tricky bit) figure out how to get the report buttons into sensible locations.