ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

Organization seeding for users #711

Closed ptomasula closed 5 months ago

ptomasula commented 5 months ago

Related issue #708 The code was not updates to automatically generate an organization for new users. With release 0.17, organization are site owners. The effect was new users would not have full feature set available to them and lots of rendering issues. This addresses that by adding additional code to seed a new user logging with an individual organization affiliated with there account.