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

feat(ues-recycling): UES recycling mapping app #109

Merged
merged 37 commits into from May 14, 2021

Conversation

Proantagonist
Copy link
Collaborator

Includes:

  • UES Recycling angular app
  • UES Recycling data api nest app
  • UES Recycling ORM entities lib
  • UES Recycling nest data api lib
  • UES Recycling angular ngx lib

@Proantagonist Proantagonist changed the title feat(ues-recycling): UES Recycling Mapping App feat(ues-recycling): UES recycling mapping app May 8, 2021
@Proantagonist Proantagonist force-pushed the ues-recycling branch 2 times, most recently from 0c78307 to bc3f6b7 Compare May 11, 2021 07:35
View responsible for displaying latest recycling data is working. Next  step is working on upload view.
- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search
- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only
Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.
@Proantagonist Proantagonist merged commit 4b5dfb1 into development May 14, 2021
@Proantagonist Proantagonist deleted the ues-recycling branch May 19, 2021 03:16
IsaiahV98 pushed a commit that referenced this pull request May 21, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request May 26, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jun 4, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jun 11, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jun 11, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jun 21, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jul 14, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jul 14, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jul 19, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jul 19, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
IsaiahV98 pushed a commit that referenced this pull request Jul 23, 2021
* Added base angular and nest data api apps

* Added ues recycling common entities lib

* Added base recycling data-api and ngx libs

* Populated api endpoints and services

* Added angular data access module

* Generated ues-recycling-data-api-nest workspace def

* Generated ues-recycling-angular app def

* Added ues-recycling-common-entities lib def

* Generated data api def

* Added ues recycling ngx lib def

* Fixed API

* Added data entry initial views

* Latest data view working

View responsible for displaying latest recycling data is working. Next  step is working on upload view.

* File upload view works

* Visible recycling locations

* Added total recycled cards and trend chart

* Search and filtering working

* Shows all data on startup

* Added feature highlight

- Highlight features on map selection/search suggestion selection
- Clear highlight when cleared through search

* Added 3d visualizatio

* Delegating some map logic after view is available

* Added perspective toggle for 3d layer

* Added deployment package.json

* Added prod config

* Using SDE hosted service instead of AGOL service

- Using common application definitions for both development and production.
- Updated recycling metadata schema for SDE hosted service
- Filtering map recycling locations by public view only

* Updated ues-recycling layer and legend sources

Removed some deprecated options and switched to using dynamic legend rendering instead of static legend infos.

* Added authentication for recycling endpoints

* Update azure-pipelines.yml for Azure Pipelines

* Added deployment ps scripts

* Updated geojson utils dep

* Added global assets to build

* Added CORS allowed origins

* Added iis rewrite clear ps scripts

* Skip nx cache

* Added authentication to locations routes

* Re-implemented authentication with generalized auth implementation

* Formatting pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant