Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Create newsletter admin page #29

Open
MarshallAsch opened this issue Jun 5, 2019 · 0 comments
Open

Create newsletter admin page #29

MarshallAsch opened this issue Jun 5, 2019 · 0 comments
Labels
blocked front-end User Interface

Comments

@MarshallAsch
Copy link
Member

Create a page where an admin can create a newsletter written in markdown, and be able to send it to everyone on the mailing list.

This ticket should just be the UI page for it.
The user should be able to edit the message as well as to view a preview of the rendered content.

GET /admin/newsletter
Should render the UI page to create a new mailing list.

POST /api/v1/newsletter
Should be where the form gets submitted to send an email to everyone on the mailing list. (the implementation of this will be a separate task).
This should accept a JSON object that is something along the lines of:

{
    "content": "newsletter content here"
}

A formal spec of the endpoint will be added created later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked front-end User Interface
Projects
None yet
Development

No branches or pull requests

1 participant