Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Event and Resource Feature #86

@Jimmy-Lin

Description

@Jimmy-Lin

Events and Resource are similar to the Course feature so make sure you understand that feature before working on this.

Events

Events are identical to courses except:

  • Events have an additional datetime attribute specifying the datetime of the event
  • Events should be sorted by datetime, not updated_at
  • Only admins and moderators can create/update/delete events
  • Due to restricted access, it's safe to attach embeds to events (and text and documents)
  • Regular users can only view and list events

Resources

Resources are identical to courses except:

  • Resources have an additional topic attribute specifying which topic the resource falls under (eg. Professional Development)
  • Only admins and moderators can create/update/delete resources
  • Due to restricted access, it's safe to attach embeds to resources (and text and documents)
  • Regular users can only view and list resources
  • Resource lists should be partitioned by topic (see the resources page)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions