Coder Social home page Coder Social logo

Comments (1)

niranjan94 avatar niranjan94 commented on August 17, 2024 2

Requirements:

  • Each session in a component

  • Session List will be a component

  • The date from the speaker object can be converted to human readable format using ember-moment helpers already included in the project.

  • Sessions to be displayed in chronological order

  • Filtering by session type need not be done now and can be done in a seperate PR. Your choice. No compulsion.

  • For speaker information either longBiography or shortBiography or speakingExperience might be available in the API. Display only one of what is available in the order of preference. shortBiography > longBiography > speakingExperience.

  • sessions array (with dummy sessions data) in the session controller. The following can be a session object. You don't have to cover all the fields in the dummy object. Just use the one's you'd be using in the UI for now.

     {
       "id": 0,
       "longAbstract": "string",
       "session_type": {
         "length": "11:00",
         "id": 0,
         "name": "string"
       },
       "shortAbstract": "string",
       "speakers": [
         {
           "shortBiography": "string",
           "id": 0,
           "city": "string",
           "name": "string",
           "speakingExperience": "string",
           "organisation": "string",
           "longBiography": "string",
           "photo": {
             "iconImageUrl": "http://website.com/item.ext",
             "originalImageUrl": "http://website.com/item.ext",
             "smallImageUrl": "http://website.com/item.ext",
             "thumbnailImageUrl": "http://website.com/item.ext"
           }
         }
       ],
       "subtitle": "string",
       "language": "German",
       "title": "string",
       "track": {
         "color": "green",
         "fontColor": "green",
         "id": 0,
         "name": "string"
       },
       "startAt": newDate(),
       "endAt": newDate(),
       "state": "pending",
       "microlocation": {
         "id": 0,
         "name": "string"
       },
       "videos": [
         "http://website.com/item.ext"
       ],
       "audio": [
         "http://website.com/item.ext"
       ],
       "slides": [
         "http://website.com/item.ext"
       ],
       "signupUrl": "http://website.com"
     }

from open-event-frontend.

Related Issues (20)

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.