Coder Social home page Coder Social logo

sample_repo's Introduction

S&F Folder Structure

Here is an example how to structure the repositories.

application
└─── README.md
|
│   Goal: Algorithm is independent. Can be tested in different scenarios regressively.
└─── app/ (Application folder. Where the necessary libaries, exe, guide.md will be present.)
│    └─── README.md
|    |
│    └─── standalone/ (recomend: GUI communication with algorithm and not hard function call! console, GUI based .exe )
│    |    └─── README.md
│    |    └─── ...
|    |
│    └─── network/ (browser based, i.e. UI/user interface/GUI is seperated from algorithm. It provides communication protocol.)
|    |    └─── README.md
|    |    └─── ...
|    |
│    └─── demodata/ (it is for demonstration)
|         └─── README.md
|         └─── ...
|
└─── code/ (Contains the developed code)
│    └─── README.md
|    |
│    └─── modules/ (core algorithm of an application)
│    |    └─── README.md
│    |    |
│    |    └─── moduleA/
│    |    |    └─── README.md
│    |    |    └─── ...
│    |    |
│    |    └─── moduleB/
│    |         └─── README.md
│    |         └─── ...
│    |      
│    └─── views/ (console / GUI)
│         └─── README.md
│         └─── ...
|
└───docs/
│    └─── README.md
|    |
│    └─── admin/ (administraction, meeting minutes, ... )
│    |     └─── README.md
│    |     └─── ...
|    |
│    └─── design/ ( design of the application and not the research. Should be updated as we update the code)
│    |     └─── README.md
│    |     └─── ...
|    |
│    └─── report/ ( test report of current application, which reflect the current application stauts: accuracy, performance, etc)
│    |     └─── README.md
│    |     └─── ...
|    |
│    └─── research/ ( research documents, literature study, PoC ).
│    |     └─── README.md
│    |     |
|    |     └─── start-of-art/ (of app, research finding that our application is making use of. i.e. summary of the literature study.)
│    |     |    └─── README.md
│    |     |    └─── ...
│    |     |   
|    |     └─── external document/ (link. Each paper summary)
│    |          └─── README.md
│    |          └─── ...
|    |
│    └─── roadmap ( roadmap, milestone, working packages )
│          └─── README.md
│          └─── ...
|     
└─── ext/ (folder where to place external libs and dependencies)
│    └─── README.md
|    |
│    └─── libs/
│    |    └─── README.md
│    │    └─── ...
│    │   
│    └─── poc/
│         └─── README.md
│         └─── ...
|     
└─── test/ (folder where to place test scripts and data)
     └─── README.md
     |
     └─── unit/
     |    └─── README.md
     │    └─── ...
     │   
     └─── integration/
     │    └─── README.md
     │    └─── ...
     │   
     └─── data/ (Static data: less 20 MB in github, else link to LRZ. Recommend: To have data repo e..g LRZ, X-Driver)
          └─── README.md
          └─── ...

sample_repo's People

Contributors

kk-ms avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.