Greg Ross

Results 186 comments of Greg Ross

I would think that reject reasons and comments are linked, in the sense that even with a reject reason you may need to add a comment to be more specific...

>From our experience though rejects are not the only reason for comments, especially if they can be made non-translation-set-specific. Agreed, comments have a larger scope than rejects, but rejects needs...

There's a plugin for that: https://wordpress.org/plugins/gp-additional-links

Maybe in a future version, 1.0 focused on getting things running.

It's not really a WP tool like the import/exporter, so probably not a good fit there.

You'd also need a hook on the route to be able to do something with the added fields, as otherwise they would just be dropped when the project was saved...

I would think F1 or Ctl-H. Maybe a "link" in meta under "More links"?

https://github.com/GlotPress/GlotPress-WP/blob/cfa1bf22e0eb14d5b10938059de05a41240973d4/assets/js/editor.js#L130

> It assumes that every route needs an API endpoint too Might be more accurate to to say that every route can have an API endpoint too. I agree the...

> The current API templates are just doing wp_json_encode() (or are using a fancy wrapper like gp_array_of_things_to_json or gp_array_of_array_of_things_to_json ). I don't think that there are installs which are doing...