-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(mobile): partner sharing #2541
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this in profile mode if that might matter. Ran into some syncing issues, leading to an empty partner page. Logs showed _linkWithExistingFromDb encountered asset only in DB
On the main timeline there was also an issue with assets showing up twice on regular load and even 3 or 4 times when I manually refresh (see video below). Logs for regular load:
#0 Load assets: 243ms
#1 Upserted 59 assets into the DB
#2: Upserted 1 assets into the DB
#3: Upserted 59 assets into the DB
Note: server version and app version must match for the partner sharing to work in the app
implements partner sharing functionality in the app.
userId
parameter toAssetSearchDto
forgetAllAssets
route on the serverUser
class with partner attributesETag
database entity to store different eTags for different requests (so fargetAllAssets
for multiple users) to cache these large requestssome screenshots below: