Giter Site home page Giter Site logo

arvidthd / docolist Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 19.82 MB

License: Other

PHP 1.88% CSS 7.26% Batchfile 0.01% Shell 0.05% JavaScript 65.19% HTML 25.13% ActionScript 0.07% Makefile 0.01% CoffeeScript 0.36% Go 0.03% Python 0.02% ApacheConf 0.01%

docolist's Introduction

Docolist for Hackaton July 2016

Team Member :

Arvid, Firli, Edi

<<<<<<< HEAD <<<<<<< HEAD

=======

ddb2d2a07dc73f4869693f4b39c5eb74ce7ad2bf Project Desc :


Project Name :
Docolist

Desc :
Semacam app To-do-list untuk member internal Docotel.

Fungsi :
Untuk memudahkan para member Docotel untuk melihat kegiatan member-member lainnya. 
Contoh - Tanggal sekian, si A kemana, ngapain, sampai jam brapa
App ini ditujukan terutama untuk para leaders, CTO dan PM (troops jg bisa).

Detail :
App ini berbasis account. Jadi nanti harus punya sign-in member dulu baru bisa masuk ke app ini.

Stelah masuk, ada 2 tampilan, 
1. Dashboard pribadi
2. Dashboard general

Di Dashboard pribadi, smua member di app ini bisa bikin "Todo" listnya masing-masing, bisa di set sifat kegiatannya ini "private" ato "public".
Nah, nanti smua kegiatan yang di set "public" bakal digabungin dengan kgiatan member lain yg "public" juga dan ditampilin di Dashboard General.

Jadi di Dashboard General, kita bisa ngliat smua kegiatan member Docolist yang bersifat "public".

<<<<<<< HEAD

ddb2d2a07dc73f4869693f4b39c5eb74ce7ad2bf ======= ddb2d2a07dc73f4869693f4b39c5eb74ce7ad2bf Framework Customize :


- Pretty URL = On

Example Vhost Setup :

C:\xampp\apache\conf\extra\httpd-vhosts.conf
<VirtualHost *:8080> 
 DocumentRoot "C:/xampp/htdocs/docolist/frontend/web"
 ServerName docofront.local
 
 <Directory "C:/xampp/htdocs/docolist/frontend/web">
	# use mod_rewrite for pretty URL support
       RewriteEngine on
       # If a directory or a file exists, use the request directly
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       # Otherwise forward the request to index.php
       RewriteRule . index.php

       # use index.php as index file
       DirectoryIndex index.php 

  Options Indexes FollowSymLinks Includes ExecCGI
  AllowOverride All
  Order allow,deny
  Allow from all
 </Directory>
</VirtualHost>

Note :

("Rewrite Engine on" is the code for your framework's direct route,
so you dont have to add .htacess file anymore)

Next adding the local vhost address to windows' driver :

C:\Windows\System32\drivers\etc\hosts
(edit it by runnning notepad as administrator)

Local Database Setup :

frontend\config\main-local.php

add :
'db' => [
	'class' => 'yii\db\Connection',
	'dsn' => 'mysql:host=localhost;dbname=docolist',
	'username' => 'root',
	'password' => '',
	'charset' => 'utf8',
]

under $config->components

make sure you already have database named : docolist
next, type : yii migrate
from your project folder, so it migrate the default database (tb : users, tb : migrate)

DIRECTORY STRUCTURE

common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides
tests                    contains various tests for the advanced application
    codeception/         contains tests developed with Codeception PHP Testing Framework

docolist

docolist's People

Contributors

arvidthd avatar muzanella11 avatar

Watchers

 avatar  avatar  avatar  avatar

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.