Skip to content

DauMoe/kma_alo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Jun 26 2022:

  • IMPORTANT! Find a way to update offset without re-render: (redux JUST SAVE THIS DATA from current call, update to conversation state and update offset)
  • Use local DB stores host IP
  • Create chat UI
  • Create Profile UI
  • Create search friend UI
  • Create comments UI
  • Create Profile UI (when user click a name -> Show all post of this person);
  • Call UI
  • Create Signup UI
  • Complete login scenario
  • Save current offset in new feeds when refresh or load more post
  • Create new API get user info and post with UID
  • Like and comment
  • Confirm delete post modal
  • Đổi mk
  • Tìm bạn bè qua username, sdt, firstname + lastname
  • Hủy kết bạn
  • Gửi tin nhắn hình ảnh

Design

Documentation

Socket idea:

  • (CURRENT) Use rooms to make private chat
  • Password keystone: 1234567
  • Build APK: cd android && ./gradlew assembleRelease
  • Kill process at port: sudo kill -9 $(sudo lsof -t -i:8081)