package models
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class Activity(timestamp: String, goingok_id: UUID, activity_type: String, activity_detail: String) extends TimestampedData with Product with Serializable
- case class CognitoUser(id: UUID, googleId: Option[String] = None) extends Product with Serializable
- case class GokId(id: String) extends Product with Serializable
- case class GroupCode(group_code: String, created_timestamp: Option[String] = None, owner_goingok_id: Option[UUID] = None) extends Product with Serializable
- case class HealthStatus(code: Int) extends Product with Serializable
- case class Profile(id: String = "", messages: List[Message] = List(), reflectionEntries: List[ReflectionEntry] = List(), research: Research = Research()) extends Product with Serializable
- case class ReflectionAuthorEntry(timestamp: String, pseudonym: String, reflection: ReflectionData) extends Product with Serializable
- case class ReflectionData(point: Double, text: String) extends Product with Serializable
- case class ReflectionEntry(timestamp: String, reflection: ReflectionData) extends TimestampedData with Product with Serializable
- case class Research(project: ResearchEntry = ResearchEntry(), organisation: ResearchEntry = ResearchEntry(), cohort: ResearchEntry = ResearchEntry(), consent: Boolean = false) extends Product with Serializable
Created by andrew@andrewresearch.net on 3/3/17.
- case class ResearchEntry(name: String = "None Selected", code: String = "NON") extends Product with Serializable
- case class ResponseMessage(message: String) extends Product with Serializable
Created by andrew@andrewresearch.net on 21/2/17.
- case class ServerInfo(name: String, version: String, buildTime: String) extends Product with Serializable
Created by andrew@andrewresearch.net on 2/8/17.
- trait TimestampedData extends AnyRef
- case class User(goingok_id: UUID, pseudonym: Option[String] = None, research_code: Option[String] = None, research_consent: Boolean = false, supervisor: Boolean = false, admin: Boolean = false, group_code: String = "none", register_timestamp: Option[String] = None) extends Product with Serializable
- case class UserAuth(goingok_id: UUID, service_id: String, service_email: String, init_timestamp: String) extends Product with Serializable
Value Members
- object ResponseMessage extends Serializable
- object WelcomeMsg