blonkm/schoology-improved

create index/setup page

Opened this issue · 2 comments

Make a setup page where:

  • step 1: user can set API and SECRET key (to be saved in cookie or file)
  • step 2: user can select from list of courses (after api is verified)

or just

  • rename groups.php to index.php
  • first time check if the API config files exist
  • if they don't
    • show text boxes for first time setup
    • save the keys to config files
  • if they do
    • check if the API works
    • if it does
      • display regular page with actions

Step two has been moved to #15