This project is to create a website + Chabot that work with slack and eventually other chat platforms. The idea is to make a virtual teaching assistant that can help manage questions that I receive. Once the basic system works I want to add features that turn answering questions into a game that students earn points for.
There is a training program for people to participate, so that we can all have the same core skill set and know how to work on the project. This training is similar to what you might receive when being on boarded to a new company.
The training program has 2 parts:
-
FAQ project introduction videos 1-4 now; however, there will be a total of about 10 - 12 videos by the time I’m done with making the training program. Videos 5-10 will be about blade templates, routes, controllers, forms, and more testing.
The basic practices of this project are that you will take a task that is fairly small and complete the feature, testing, and everything needed to include that feature in the project. Once we get going we will be using a task board.
There are a few different jobs that we will need eventually. For example, we may want to have someone to design the visual of the feature and / or write specifications. Eventually we need people to work on the hosting on Heroku or AWS. We are also going to work on some data science things this summer. I plan on converting the current FAQ project to use a graph database before launching it in the fall to use it in 5 classes with around 160 students.
- Professional experience on a project that will be used by a large number of people.
- Students Developers will be featured in a "Hall of Fame" that hylights their contributions
- This is a chance to work on small pieces of a project and to gain experience using current industry standard processes and technologies.
- You help to build something that will last and can be used as a portfolio project that clearly identifies your contributions to the project
- You are able to work on a project with a team of people and make important contributions
- Students always ask me about projects and I don't know what to do, so this is a streamlined way to help more students.
- I would like to upgrade the curriculum to focus more on data science and using Laravel will make developing a high quality application that will generate data for other classes
- I want to use this project to showcase what our students are able to do for employers, so we get name brand recognition by local employers
- I want investigate how technology can improve the educational experience and effectiveness for students.
- I feel that this is a safe way for students to get experience
- I feel this is way for students to demonstrate their abilities and hylight their work in a manageable way.
- You start of as a student trainee and must demonstrate completion of the FAQ tutorial and the Laravel basics through the screencast, if you know Laravel you can start with the FAQ project tutorial series
- Once you complete the tutorial you can be raised to a student developer and begin completing features
- Student Developers can be promoted to other roles in the future and specialize in areas such as devops, data science, mobile, etc...
- git clone https://github.com/NJIT-WIS/faq.git
- CD into FAQ and run composer install
- cp .env.example to .env
- run: php artisan key:generate
- setup database / with sqlite or other https://laravel.com/docs/5.6/database
- Run: php artisan migrate
- Run: unit tests: phpunit
- Run: seeds php artisan migrate:refresh --seed
You need to complete upto video 20 where it has testing to begin this project, if you don't have previous experience with Laravel.
https://laracasts.com/series/laravel-from-scratch-2017
https://www.youtube.com/playlist?list=PLytMRtonvCRUjrQqKaQeOd2KoYq_ifcpD
https://laravel.com/docs/5.6/eloquent
https://laravel.com/docs/5.6/database
https://laravel.com/docs/5.6/seeding
https://laravel.com/docs/5.6/testing
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
https://www.jetbrains.com/phpstorm/