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

Create Settings menu dropdown item #260

Closed
alejandrosaenz117 opened this issue Sep 3, 2020 · 0 comments
Closed

Create Settings menu dropdown item #260

alejandrosaenz117 opened this issue Sep 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alejandrosaenz117
Copy link
Collaborator

Create a Settings menu drop down item so that a user can update application configurations.

Configurations include

  1. Update Bulwark email configuration for sending emails
  2. Update company name for reports

This would require a new table in the database called AppSetting or something similar.

Once database, API, and frontend updates have been completed remove the following .env variables:

  • FROM_EMAIL=""
  • FROM_EMAIL_PASSWORD=""
  • COMPANY_NAME=""
@alejandrosaenz117 alejandrosaenz117 added the enhancement New feature or request label Sep 3, 2020
@alejandrosaenz117 alejandrosaenz117 added this to the Q3 Goals milestone Sep 3, 2020
@alejandrosaenz117 alejandrosaenz117 self-assigned this Sep 4, 2020
alejandrosaenz117 added a commit that referenced this issue Sep 6, 2020
…pplication

Adding settings componentt to allow the user to update the email configuration and company name from
the application rather than the env vars.

BREAKING CHANGE: Added new table for app configurations.  updated API's referencing the email
service to check for email configuration from database.  Removed env vars for email configuration
and company name.

feat #260
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant