Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyisjake/projects-step-editor
Projects Step Editor
https://github.com/whyisjake/projects-step-editor
Last synced: 18 days ago
JSON representation
Projects Step Editor
- Host: GitHub
- URL: https://github.com/whyisjake/projects-step-editor
- Owner: whyisjake
- Created: 2012-12-13T23:14:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-05T21:14:40.000Z (almost 12 years ago)
- Last Synced: 2024-11-09T03:52:24.418Z (2 months ago)
- Language: PHP
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Make: Projects Step Editor
==========================Summary
-------MAKE needs a tool that can both read, and write all of the data points that exist as a result of the Make: Projects API. Editors can manage the steps of posts, and also create new projects with steps.
Requirements
------------1. If this is a new project, when a user is on the projects edit screen, they have a meta box that allows them to upload up to three images, and step heading, and a then an unordered list of sub steps. They can add as many sub steps as needed.
2. When the post is saved, all of the steps are saved into a custom field array that matches the data structure of `print_r` of `$steps`.
3. If this is an older project, all of the steps are loaded into the form, and can be edited/saved by the editor working on the project.
4. Ideally, each of the steps and substeps are sortable, but not a requirement for the initial project.
5. The provided wireframe should be followed generally, but is open to interpretation.
6. Development must follow WordPress.com VIP best practices. MAKE will work with developer on requirements there.
7. Development is complete when live on site.