Trac Component Cleanup

As discussed in yesterday’s meetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is typically a chance for local WordPress users to get together and share new ideas and seek help from one another. Searching for ‘WordPress’ on meetup.com will help you find options in your area., here’s a list of proposed changes to the Components in TracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress.:

1. Merge Optimization into Performance: they’re basically the same

2. Remove JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com/.: tickets should be moved to specific features, like Menus, Widgets etc.

3. Create Libraries component: tickets dealing with upgrading third party libraries, like jQuery or SimplePie, should go there.

4. Merge TinyMCE into Editor: there should be a single component that deals with the editor as a whole.

Thoughts?

After this is done, I plan to document each component in the Codex, so that we have a clear description of what goes where.