Skip to content

Latest commit

 

History

History
executable file
·
20 lines (12 loc) · 1.09 KB

instruction-guide.md

File metadata and controls

executable file
·
20 lines (12 loc) · 1.09 KB

Instruction

Project instruction for the GSCALite through shiny to build web app.

Scripts

  1. Follow the creatly diagram or change the diagram as you need.
  2. We build the whole webserver with shiny and shiny related packages.
  3. For ui design, please follow the ui as shiny provided tags. Try not to use write raw HTML.
  4. For server parts, you can use the module design as shiny provided. Or, use source to load the outer scripts in server directory.
  5. The code style is important, you can follow tidyverse recommened code style.

Collaborations

Please try to collaborate with each other through GitHub, you can read two articles to learn collaboration with GitHub.

  1. Git Workflows for Pros: A Good Git Guide

  2. Collaboration: Git Development Workflow