Skip to content

Releases: RMIT-SEPT/javlets

Milestone 3

20 Oct 06:04

Choose a tag to compare

Final release 0.3 (End of course)

Features added

  • Added mentor view, such that only mentors can schedule or create livestream
  • Implemented livestream that operates over local network, limitation is that livestream websock must be started manually by the person who wishes to make the livestream.
  • When posting to wall, the mentor/student field is auto populated by the user object based on the current view (mentor or student)
  • Added private chats between two users
  • Added ability to add ‘connections’ (similar to friends) to allow private chatting

Milestone 2

01 Oct 00:59

Choose a tag to compare

Added functionality
● Functional websocket chat
● Docker integrated
● Travis integrated
● GCloud integrated
● Livestream scheduling added
● MongoDB integrated
● GAuth integrated throughout website, using student emails.
● Tests
○ Frontend Jest test cases which test message and post components
○ Backend Junit test cases that test websocket chat and scheduling livestreams

Milestone 1

25 Aug 14:58

Choose a tag to compare

Milestone 1

Contains a functional front-end and back-end with a simple implementations of chat, connections and wall view/posting