samarsault / noodle

Learning management system
4 stars 5 forks source link

Load team data from json file #30

Open samarsault opened 4 years ago

samarsault commented 4 years ago

See how the FAQ is loaded from a json file. Similarly, we would like to load the team data from a JSON file. The file could look something like this:

{
  "present": [
         { "name": "...", "fb": "...", }
         { .... },
   ],
   "2019-20": [ 
       { .... } 
   ]
}
Rishi860 commented 4 years ago

I want to work on this issue.

samarsault commented 4 years ago

Moved to https://github.com/samarsault/noodle-flavour-cte/issues/2

shreyasvinaya commented 3 years ago

I want to work on this issue.

samarsault commented 3 years ago

Thanks @shreyasvinaya .