Please enable JavaScript.
Coggle requires JavaScript to display documents.
:red_flag: NameOfProject :red_flag: - Coggle Diagram
:red_flag: NameOfProject :red_flag:
!! START !!
Devkit Setup
(
https://devkit.2vizcon.com/devkit/devkitsetup-cef1f02d-1be0-46fe-8c2b-cefe9774e916/index.php
)
nameOfProjectStarter
Change to you project name
Code (sphere)
Css Folder (sphere)
General
Some global css that you need.
Main class that you have to add on parent div for each page that you build.
input css
buttons css (filled or outlined)
Fonts
Add you fonts
All other css files of project
:warning: naming like this: NameOfSphere.css
You can find some useful files like:
Header.css
LandingScreen.css
Signin.css
Register.css
Variables
Change the colours, depending on your project
JS Folder (sphere)
Our global funcitons
Add more functions if you need
Libraries
Lottie.js
moment.js
Add more libraries here, if you need
Js_Needed
Resuable Js Functions, Components, API-s settings and calls
GenerateErrorPopup.js
GenerateGlobalPopup.js
Api_Manager.js
:warning: Attention: Change: :warning:
window.apiResources
window.appStatus.device_app_uid
Api_Integration.js
LottieFiles.js
GenerateInputs.js
BottomNav.js
Change or update these files, depending on your project
GenerateHeaderBody.js
is helpful if you need something like this
GenerateHomeBox.js
Example creating a component
Global Assets
Add here what is global, like small icon that are used everywhere
Main_Mover
Main_Viewport
LandingScreen
Mostly checking if user is logged in (auth)
must be unclipped
Views (Sphere)
Add here all the spheres you need based on design
:warning: The new sphere must be clipped
:warning: Structure:
NameOfSphere (clip)
scrollable (sphere)
assets (clip)
Components
BottomMenu
Add here other components sphere if needed
Overlays
ErrorPopup
GeneralPopup
Add other popups here
Loading Overlay