Coder Social home page Coder Social logo

growthlectures's Introduction

growthlectures's People

Contributors

erikhofer avatar kibia avatar lollokiel avatar lorenzkock avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

growthlectures's Issues

Add extension points for legal content

Make it easy to add legal content for production builds (e.g. imprint, privacy policy, terms of use). These must be inlcuded as

  • pages
  • links in the footer
  • checkbox on registration page

Minor fixes & enhancements

  • category hoover underline
  • fix checkstyle warnings
  • clean up code
  • set page titles in templates
  • add javadoc
  • change repo return types to generics
  • add footer content
  • line height of title in lecture fragment for smaller devices

Create lecture page

Create a page to show a lecture.

  • Video Implementation
  • Comment area
  • Facts
  • Lecturer information

Rework user roles

At the moment, a User has multiple Roles which are tranlated to GranntedAuthoritys directly. Transitive roles (a MODERATOR is a USER; an ADMIN is a MODERATOR and a USER) have to be maintained by the service layer and saved in the database.

Proposed change: A User only has a single Role. The enum declares transitive Roles centrally. Upon authentication, all transitive roles are added as GrantedAuthoritys.

Create front page

  • search bar (redirects to search page)
  • short description -> what is Growth Lectures?
  • 5 most recently added lectures
  • 5 most popular lectures
  • 5 most popular categories
  • 5 most popular lecturers

All top lists have a "view all" link. Top lists should be cached and recomputed regularly.

Create category page

Create a page that lists all lectures of a category.
Same as lecturer page.

  • Function to add new lecture to selected category

Create categories page

Create page that shows all categories.

  • List of all categories
  • Two boxes with popular categories and some videos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.