You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move authenticatedSites into a new subdir authenticated/sites and merge authenticated/sites.js into the new authenticated/sites/index.js. (also setup subrouters in server.js?)
Distribute identity services into other sub-directories
Rename one either services/identity/SitesService or services/utilServices/SitesService
Rename MailClient to MailService (same for SmsClient?)
Stop mixing import and require in server.js
Create a FormsgService that contains most of FormsgRouter.formsgCreateSite()
Remove apiTokenName from Sites table.
Add unit and integration tests for newly introduced services and routes
The text was updated successfully, but these errors were encountered:
The following miscellaneous cleanup items were identified when working on Tooling issue 453.
This continues where #461 leaves off.
authenticatedSites
into a new subdirauthenticated/sites
and mergeauthenticated/sites.js
into the newauthenticated/sites/index.js
. (also setup subrouters in server.js?)services/identity/SitesService
orservices/utilServices/SitesService
MailClient
toMailService
(same for SmsClient?)server.js
FormsgService
that contains most ofFormsgRouter.formsgCreateSite()
apiTokenName
from Sites table.The text was updated successfully, but these errors were encountered: