A small repo to allow mockups to be made for the Crowdsourcer.io website. It has a sample of all the current assets, but only SCSS files should be changed as a migration to it from CSS is in the works.
If you would like to view this repo in it's current state, click here.
You can either Fork this repo (via button in top right), clone it, or you can request to become a contributor and make your own branch. I will add more detailed instructions on this at a later date. If you fork it, you are making your own copy of the repository. If you clone it you are just making a local branch, you may have to manually set up remotes. If you make a branch, you will have to merge it.
You have to have XAMPP/APACHE or some other PHP server to view this repo. If you need help, scroll down to the bottom of the README.
Start by looking through the templates and pick a starting point. Copy the file to the correct directory and rename it according to the guidelines. Start with your username, and then add something detailed. (eg. 'shorty-contributions_list'). You can add version numbers if there is already a mockup of that type. (eg. 'shorty-contributions_list-v01).
Make sure you put your files in the correct spot. Tasks you are currently working on should go in the '_tasks' directory. Any other design not directly tied to a task should go in the '_mockups' directory.
Let's follow some basic naming conventions. Pay attention to "-" and "_" Use underscores to separate different words 'eg. task_detail'. Use dashes to separate different parts of a name. 'eg shorty-task_detail'. Doing this will allow me to organize these via a script later :D.
Type | Directory | How To Name | Second Header |
---|---|---|---|
Template: | _templates | {{template_name}} | Templates for a specific page type. |
Mockup: | _mockups | {{user_name}}-{{page_name}} | Random design to share ideas, start discussion. |
Task: | _tasks | {{user_name}}-{{task-name}}-v{{##}} | Proposal for a task w/ version number. |
_examples:
- /_template/basic_page.php
- /_mockups/shorty-contribution_list.php
- /_tasks/mikedaniel18-task_viewer-v01.php