You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has already been mentioned but I am proposing something new here along the same lines.
We have fewer categories for projects so they are easily searchable ... but not quite. This README will eventually grow up to be a massive scroll feed in which a single item would take too long to find. We can divide the document into several smaller parts like this:
README.md // only lists the categories
|- categories
|- commandLine
|- index.md // contains a list of links of related projects present in "commandLine" directory
|- apple.md
|- banana.md
|- orange.md
|- games
|- index.md // contains a list of links of related projects present in "games" directory
|- icecream.md
|- youscream.md
|- allscream.md
|- desktopApps
|- index.md // contains a list of links of related projects present in "desktopApps" directory
|- laptop.md
|- monitor.md
|- keyboard.md
This will enable the contributors to add as much detail about a single idea as they want to make their ideas more understandable. Because now they have a single markdown file dedicated for their idea.
I am also open to ideas which can organize this repo in a better way.
The text was updated successfully, but these errors were encountered:
@joereynolds thanks for the input. I do feel like what you proposed is a much better alternative. But I'd like to know what do you feel about having all the projects with same category be on a single page, and the files would only be divided by category.
This has already been mentioned but I am proposing something new here along the same lines.
We have fewer categories for projects so they are easily searchable ... but not quite. This README will eventually grow up to be a massive scroll feed in which a single item would take too long to find. We can divide the document into several smaller parts like this:
This will enable the contributors to add as much detail about a single idea as they want to make their ideas more understandable. Because now they have a single markdown file dedicated for their idea.
I am also open to ideas which can organize this repo in a better way.
The text was updated successfully, but these errors were encountered: