Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a table to the producer account creation emails #5218

Closed
teolemon opened this issue May 10, 2021 · 1 comment
Closed

Add a table to the producer account creation emails #5218

teolemon opened this issue May 10, 2021 · 1 comment
Labels
✨ Feature Features or enhancements to Open Food Facts server 🏭 Producers Platform https://wiki.openfoodfacts.org/Platform_for_producers

Comments

@teolemon
Copy link
Member

Add a table to the producer account creation emails for easy copy/paste within the tracking spreadsheet.

<table>
<thead>
  <tr>
    <th>Name</th>
    <th>Status</th>
    <th>Countries</th>
    <th>OFF public user</th>
    <th>-</th>
    <th>Organization name</th>
    <th>-</th>
    <th>Converted</th>
    <th>Email</th>
  </tr>
</thead>
<tbody>
  <tr>
    <td>MySuperBrand</td>
    <td>Signed up to the platform on XX/XX/XXXX</td>
    <td>FR France</td>
    <td>public-user-name</td>
    <td></td>
    <td>org-name</td>
    <td></td>
    <td>Yes</td>
    <td>[email protected]</td>
  </tr>
</tbody>
</table>
@teolemon teolemon added ✨ Feature Features or enhancements to Open Food Facts server 🏭 Producers Platform https://wiki.openfoodfacts.org/Platform_for_producers labels May 10, 2021
@stephanegigandet
Copy link
Contributor

fixed by #5227 , will be deployed soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Features or enhancements to Open Food Facts server 🏭 Producers Platform https://wiki.openfoodfacts.org/Platform_for_producers
Projects
None yet
Development

No branches or pull requests

2 participants