Opportunity Atlas for School Improvement under AKEB
The goal of this project is to create a simple web platform by which an individual can assess the quality of their school district according to the opportunity atlas.
Install all the files in the piplock
pipenv shell
The react frontend launches on http://localhost:3000
cd frontend
yarn start
The django backend launches on http://localhost:8000
cd backend
python manage.py runserver
- Set up the repository 11/27/2020
- Create a student object to store neighborhood data. 11/28/2020
- Connect django backend to react frontend 11/29/2020.
- Generate Templates for 12/3/2020
- HomePage 12/3/2020
- Opportunity Atlas Web Page 12/3/2020
- School Selection Page 12/3/2020
- School Ratings Page 12/3/2020
- ACCESS team page 12/3/2020
- Finish iframing backend 12/9/2020
- Dynamic Filtering on School Selection Page 12/9/2020
- Connect Template Pages to Backend Database
- Connect dynamic filtering to backend 12/12/2020
- Connect Contact Page to Email.js 12/15/2020
- Loaded entire schools database 01/01/2021
- [-] Connect frontpage with scraping.
- [-] Switch from SQL to PostgreSQL
- Connect Opportunity Atlas Web Page to Repo with images. 01/07/2021
- Import Student Data safely and securely 01/06/20201
- Finish styling the Template Pages with material-ui
- Add Text Transcription and Translation via Google Translate.
- Deploy to Heroku / Add Deployment Code
Current Repository: Faris Gulamali