dtos

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCriteriaToObjectiveDTO added in v0.23.0

type AddCriteriaToObjectiveDTO struct {
	TeacherUUID         string
	ObjectiveUUID       string
	CriteriaDescription string
	CriteriaWeight      float64
}

type AddObjectiveToRubricDTO added in v0.22.0

type AddObjectiveToRubricDTO struct {
	TeacherUUID          string
	RubricUUID           string
	ObjectiveDescription string
}

type CreateRubricDTO

type CreateRubricDTO struct {
	TeacherUUID string
	Name        string
}

type CreatedRubricDTO added in v0.20.0

type CreatedRubricDTO struct {
	UUID        string `json:"uuid"`
	TeacherUUID string `json:"-"`
	Name        string `json:"name"`
}

type DeleteCriteriaDTO added in v0.28.0

type DeleteCriteriaDTO struct {
	TeacherUUID  string
	CriteriaUUID string
}

type DeleteObjectiveDTO added in v0.27.0

type DeleteObjectiveDTO struct {
	TeacherUUID   string `json:"teacher_uuid" binding:"required"`
	ObjectiveUUID string `json:"objective_uuid" binding:"required"`
}

type GetRubricDto added in v0.21.0

type GetRubricDto struct {
	TeacherUUID string
	RubricUUID  string
}

type UpdateCriteriaDTO added in v0.25.0

type UpdateCriteriaDTO struct {
	TeacherUUID         string
	CriteriaUUID        string
	CriteriaDescription string
	CriteriaWeight      float64
}

type UpdateObjectiveDTO added in v0.24.0

type UpdateObjectiveDTO struct {
	TeacherUUID        string
	ObjectiveUUID      string
	UpdatedDescription string
}

type UpdateRubricNameDTO added in v0.26.0

type UpdateRubricNameDTO struct {
	TeacherUUID string
	RubricUUID  string
	Name        string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL