clay / amphora

Middleware for Express that composes components into renderable pages
https://claycms.gitbooks.io/amphora/
MIT License
31 stars 23 forks source link

User's data normalization #671

Open jjpaulino opened 5 years ago

jjpaulino commented 5 years ago

Solving an issue where the users data in the meta of the page and the _users endpoint wasn't synced.

We'll only handle the properties that shouldn't change and request for the changeable information (like the name or picture) everytime we need.

This is going to work in conjunction with a clay-kiln, amphora-auth and amphora-search change

Issue

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 2376


Totals Coverage Status
Change from base Build 2374: 0.0%
Covered Lines: 4043
Relevant Lines: 4043

💛 - Coveralls
jjpaulino commented 5 years ago

Denormalize page-list users