Add DRC and website improvements to road map.

This commit is contained in:
Wayne Stambaugh 2014-05-22 15:50:49 -04:00
parent 537a97cf52
commit 012b508622
1 changed files with 37 additions and 0 deletions

View File

@ -49,6 +49,24 @@ developers.
- Initial planning stages. - Initial planning stages.
## Website Improvements ## {#website_improvements}
**Goal:**
Make the website at www.kicad-pcb.org as the definitive resource for both
users and developers which will provide a single point of reference instead
of the many separate websites currently in used.
**Task:**
- Define the content and design of the website.
- Implement the new design.
**Dependencies:**
- None
**Status:**
- No progress.
# General # {#general} # General # {#general}
This section defines the tasks that affect all or most of KiCad or do not This section defines the tasks that affect all or most of KiCad or do not
fit under as specific part of the code such as the board editor or the fit under as specific part of the code such as the board editor or the
@ -578,6 +596,25 @@ Provide clipboard cut and paste for footprints..
**Status:** **Status:**
- No progress. - No progress.
## Design Rule Check (DRC) Improvements. ## {#drc_improvements}
**Goal:**
Create additional DRC tests for improved error checking.
**Task:**
- Replace geometry code with [unified geometry library](#geometry_lib).
- Remove floating point code from clearance calculations to prevent rounding
errors.
- Add checks for component, silk screen, and mask clearances.
- Remove DRC related limitations such as no arc or text on copper layers.
- Add option for saving and loading DRC options.
**Dependencies:**
- [Unified geometry library.](#geometry_lib)
**Progress:**
- Planning
# GerbView: Gerber File Viewer # {#gerbview} # GerbView: Gerber File Viewer # {#gerbview}