Giter Club home page Giter Club logo

orient's Introduction

Open-source Research Interest Network (ORIENT) Copyright (c) 2018 Nathan Brown, Anthony Todaro, Brad Hamilton and Christian Westbrook

  1. INTRODUCTION

ORIENT is an open-source social network designed with research in mind. Users can create a profile of their skills and research interests and find other users with similar interests.

  1. LICENSE

This web system is licensed as open-source under the MIT license. Under this license anyone may use, modify, merge, distribute, sublicense, and/or sell copies of this web system, provided that the same license is included with any and all copies or substantial portions of the system.

  1. INITIAL SETUP

    1. Set up a Linux environment with internet access.

      Common Linux Distributions - Ubuntu : https://www.ubuntu.com/ openSUSE : https://www.opensuse.org/

    2. Install the following services and technologies Apache HTTP Server : https://httpd.apache.org/ PHP : http://www.php.net/ Git : https://git-scm.com/ MariaDB : https://mariadb.org/

    3. Clone the ORIENT repository into your Linux environment. git clone https://github.com/christian-westbrook/orient.git

    4. Replace the root server directory of your Apache HTTP Server with the public_html directory in the ORIENT repository. Be sure to change the name of the public_html directory back to the proper name for your root server directory (usually either 'htdocs' or 'www').

    5. Set up an administrator account with MariaDB.

    6. Make a new database/schema for ORIENT within MariaDB.

    7. Change the variables in the ./public_html/php/database.php script such that the host, username, password, and dbname variables reference the database you intend to use for ORIENT and the MariaDB username and password through which the ORIENT web system will access and modify the database.

    8. Run the script ./public_html/sql/build.sql on the database created for ORIENT.

    9. Navigate to your web server's index page.

    10. Log in with the credentials: email = [email protected] password = password

    11. CHANGE YOUR EMAIL AND PASSWORD

    12. Invite other users to sign up on your ORIENT server.

    13. Change the roles and settings of your ORIENT members with the admin tools page.

orient's People

Contributors

bhamil00 avatar christian-westbrook avatar enyant00 avatar thebrownnathan avatar todaro21 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

orient's Issues

Registration

The registration panel on index.php needs to allow users to register an account with the system.

Settings

Settings page for the profile.

Authentication Functionality

  • Retrieve the username and password the user enters into the web form
  • Encrypt the given password
  • Select from the USERS table where the given username and the encryption of the given password exists
  • If the statement returns a result, create a session variable storing user information and log the user in
  • If the statement returns null, tell the user that their credentials were invalid

change-email-script.php

This script needs to update the database with a new email.

  • Check that both entered email addresses match
  • Update the database

Sign-up functionality

  • Retrieve the information the user enters in the web form
  • Encrypt the password
  • Insert the new user into the users table

Adapt index.php for ORIENT

The goal of this issue is to modify index.php for our own authentication use.

  • Modify SQL to access ORIENT database
  • Modify nomenclature to refer to ORIENT
  • Comments and documentation

Header

Header for each page.

update-profile-script.php

This script needs to update the users' profile information, but only the fields with information.

  • Get input profile info only from fields that aren't blank
  • Update the database with the input info

Design profile.php for Prototype System I

Build a profile page for our users that correctly displays their information as it is retreived from a database.

  • Profile Picture
  • Fields
  • Connection to database
  • Display correct information
  • Editable fields

change-password-script.php

This script needs to update the users' password in the database.

  • Confirm the correct old password was entered
  • Confirm that both new password fields match
  • Update the table with the ciphertext of the new password

edit-profile.php

The edit-profile.php page needs to allow the user to make changes to their profile information. It also needs to force the user to edit their own profile page, and not allow the user to edit anyone else's profile page.

Results Page

Create Page that holds returned search results.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.