Skip to content

Commit

Permalink
chore: change optionable input fields to choice fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Aug 31, 2021
1 parent a5c310b commit a0b87f4
Show file tree
Hide file tree
Showing 21 changed files with 858 additions and 457 deletions.
30 changes: 3 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ coverage.xml
*.cover
.hypothesis/
junitxml_report/*
/**/junitxml_report/*

# Translations
*.mo
Expand Down Expand Up @@ -151,11 +152,6 @@ typings/

### VisualStudioCode template
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/
Expand All @@ -169,36 +165,18 @@ typings/
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

# Gradle:
.idea/**/gradle.xml
.idea/**/libraries

# CMake
cmake-build-debug/

# Mongo Explorer plugin:
.idea/**/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
.idea/*
out/

# mpeltonen/sbt-idea plugin
Expand All @@ -207,9 +185,6 @@ out/
# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
Expand Down Expand Up @@ -317,6 +292,7 @@ Session.vim

# Temporary
.netrwhist
.~lock.*

# Auto-generated tag files
tags
Expand Down
6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

45 changes: 0 additions & 45 deletions .idea/pepfar_mle.iml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/runConfigurations/merge_production_dotenvs_in_dotenv.xml

This file was deleted.

32 changes: 0 additions & 32 deletions .idea/runConfigurations/migrate.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/runConfigurations/pytest___.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/runConfigurations/pytest__users.xml

This file was deleted.

33 changes: 0 additions & 33 deletions .idea/runConfigurations/runserver.xml

This file was deleted.

33 changes: 0 additions & 33 deletions .idea/runConfigurations/runserver_plus.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

14 changes: 0 additions & 14 deletions .idea/webResources.xml

This file was deleted.

Loading

0 comments on commit a0b87f4

Please sign in to comment.