Skip to content
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

Messaging Section in Application Home #9

Open
datajohnson opened this issue Aug 14, 2023 · 1 comment
Open

Messaging Section in Application Home #9

datajohnson opened this issue Aug 14, 2023 · 1 comment

Comments

@datajohnson
Copy link

I have stubbed out the messaging section. It should retrieve a complete history of messages between students and staff ordered by date descending.

Attributes of the message are:

  • id: number
  • status: enum (Draft, Read, Unread)
  • studentId: number
  • applicationId?: number
  • changeRequestId?: number
  • sentDate: Date
  • readDate?: Date
  • sentBy: string - name of person so we don't have to look it up each time
  • readyBy: string - student or staff person's name
  • title: string
  • text: string
  • attachments: some sort of links to the uploaded or system generated files
@datajohnson
Copy link
Author

This list may not be exhaustive, I just wanted to get it out of my brain and down somewhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant