AgoraCloud / ui

AgoraCloud's front-End, built using React and TypeScript
MIT License
0 stars 0 forks source link

Code Refactoring - Part 2 - Change File Structure and Rename Files #60

Closed saidghamra closed 3 years ago

saidghamra commented 3 years ago

This issue is part 2 of the multi part process of refactoring the code base.

In this issue, Waleed will go through the code base and:

MarcDAFrame commented 3 years ago
/app
  /Workspace
    /Deployments
      index.tsx // component
    /models
      index.ts
    /forms
      index.ts
    /Wiki
      index.tsx
      /models
        index.ts
      /forms
        index.ts
     /Projects
        index.tsx
        /models
          index.ts
        /forms
          index.ts
        /Lanes
           index.tsx
           /models
             index.ts
           /forms
             index.ts
           /Tasks
             index.tsx
             /models
               index.ts
             /forms
               index.ts
  /Stores
  /Config
  /Constants
  /containers
saidghamra commented 3 years ago

In develop