oscurrency / oscurrency

Affero licensed Community Currency web software derived from Insoshi
http://demo.opensourcecurrency.org
Other
130 stars 55 forks source link

Allow Admins to edit system message content #549

Closed amykirschner closed 6 years ago

amykirschner commented 10 years ago

Problem/Task: The content of auto-generated messages cannot be edited by the admin. This functionality should be added to the admin dashboard

Requirements:

(with @davefp). Replaces #429

rapsad commented 10 years ago

The first 3 from the top are done. But I have problem with request url. There are unique so the thing is to give the opportunity to hook some new request? @davefp can you look at this?

davefp commented 10 years ago

@rapsad The admin should be able to provide a template with a placeholder for the request URL (and any other dynamic field).

For example, an admin might specify the following as a template:

Bid accepted for {{request_name}}

The {{request_name}} portion will be replaced with the actual value at runtime.

Mustache might be a good choice for a straightforward templating engine. Liquid is another good choice.

rapsad commented 10 years ago

Hello @davefp I don't know why but I made up some changes but they are not connected to this issue but for this pull request: https://github.com/oscurrency/oscurrency/pull/592