- The requesting site converts the student's login into a UUID.
- The student gets redirected to the eric module on the site being requested.
- The student logs into that site and grants the requesting site permissions in the ERIC module.
- The ERIC API randomly generates a code that is sent back to the requesting site, and a connection is made.
Additionally, I have begun learning about databases. for in order to have our achievements work the way we want them to, we need to have a database with three separate tables. Table one will have a list of all the achievements, table two will have a list of all the users, and table 3 will have a list of achievements earned by users, sorted by some kind of UUID we will either develop on our own, or grab from the ERIC API. I have decided to use MySQL 5.7, so I have been reading up on the documentation and installing it on my server.
This next week, I will develop the achievement database, and begin implementing the ERIC API into our system.
No comments:
Post a Comment