Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap project #18

Open
3 of 6 tasks
steveoh opened this issue Sep 24, 2024 · 2 comments
Open
3 of 6 tasks

Bootstrap project #18

steveoh opened this issue Sep 24, 2024 · 2 comments
Assignees
Labels
size: large 40 hours or less estimated

Comments

@steveoh
Copy link
Member

steveoh commented Sep 24, 2024

Create a template website to contain the project code and the cloud project.

Tasks

  • Create a skeleton project that will have a website as well as functions and forklift code
  • Update the html and javascript on the map.html page to load the website
  • Share this code with DTS so it can be deployed into development*
  • Create the cloud infrastructure with terraform
  • Coordinate with shared hosting and cloud core for firewall rules to access WRI database and plan for future changes with the database possibly moving out of GCVE
  • Diagram networking and data flow for Archer

*This requires the updated CI pipeline from #12

@steveoh steveoh added the size: large 40 hours or less estimated label Sep 24, 2024
@steveoh steveoh self-assigned this Oct 22, 2024
steveoh added a commit that referenced this issue Oct 22, 2024
@steveoh
Copy link
Member Author

steveoh commented Oct 22, 2024

  1. The skeleton project has been created with a place holder for functions and the forklift pallet
  2. The archer diagrams have been started
  3. We will meet with DTS on the 28th to integrate our code into the development environment
  4. I'm not sure what cloud infra we will need but the dev project has been created

@steveoh
Copy link
Member Author

steveoh commented Oct 23, 2024

We still need to figure out the best way to handle building for DTS's website page.

Some information would be to use a different html file depending on the build

build: {
    rollupOptions: {
        input: path.resolve(HTML_BUILD_NAME)
    }
}

We can also use conditional config to change settings for dev vs build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: large 40 hours or less estimated
Projects
None yet
Development

No branches or pull requests

1 participant