-
Notifications
You must be signed in to change notification settings - Fork 0
Team Meeting Notes FRI 03 April
Jordan Sim-Smith edited this page May 13, 2020
·
3 revisions
- Knowledge-sharing or Q/A opportunity for backend/frontend/concept
- Core features finished by April 6th for a beta-launch
- What if someone outside UoA joins the platform?
- Unique value proposition rediscussion
- Importance of design
- Channels for Beta Launch & how many users
- UoA Confessions rediscussion
- Re-establish Next Steps/Action Items
- Talk to users
- Technical action items
- Talk to Users: Everyone
- Authentication: Jordan and Sukhans
- Go through and integrate all actions with logged in user instead of hard coded default
- Post Rejection: Jordan
- ModerationStatus
- ModerationInfo:
- LastModifiedTimestamp’
- LastModeratedBy
- Reason?
- Deny with Reason (ModerationInfo)
- Pagination on Comments: Harry
- Pagination on Feed: Harry
- Liking Posts: Maggie
- Liking Comments: Maggie
- Post Truncation:
- Keep postcards constant height - if they need to be truncated add a see more button that expands it?
- For infinite scroll purposes.
- Basic Security
- Don’t ever return the actual author of a post unless the user retrieving is an admin.
- Don’t ever return the posts a user has made or the posts they have liked/commented in the get user query as well - unless you’re admin or the user themselves.
- Security on admin page + admin mutations.
- Error handling streamline : jordan