Skip to content

Integrate backend with frontend #32

@DeveloperMindset123

Description

@DeveloperMindset123

Description : Original typescript based backend has been rewritten in rust for learning purpose and for scalable performance. Backend functionalities that was originally written in typescript has now been fully converted to rust with some additional functionalities such as retrieving information from rate my professor dynamically, retrieving information regarding ccny courses and their corresponding information dynamically as well.

However, the following still needs to be completed:

  • Integrate frontend side of the code with the backend side of the code (WIP)
  • Rework the calendar system and somehow figure out how to save the changes the user makes to the calendar dynamically.
  • Also figure out how to implement the comment functionality system.
  • The chat system is fully working now on the backend side, users can send and receive messages from one another depending on the room they are currently on. However, each user requires 2 terminals to run in the background, chat messages aren't saved either and the message history needs to be somehow saved within the database and re-rendered if the two users joins that particular room, this will require a separate table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions