You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

er2_eofDB Mercurial repository by Lyaege
Edge of field database catena repository
Clone: Last push: Yesterday 09:56
Push: Size: 2.4 MB
Forks: 0 Pull requests: 0 pending
Forks
Changes
Files
Pull Requests
Branches & Tags
Statistics

Author Comment Items
Mikka Tully <mikkak08@colostate.edu>
Jan 04 2022 11:43

Pusher:  MikkaT
Jan 04 2022 11:44
Update 'get_user_associated_projects_query' now that project-based roles are removed
10f3569e10534eef47525eb838a0e580fa93a056 branches: tip , default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Jan 04 2022 11:29

Pusher:  MikkaT
Jan 04 2022 11:32
Comment out 'geometry' and set 'monitoringStations': [] in project details return; so app works until we finish field and monitoring_station tables
8deca40fe5cdd8365cb90d2e315c5309609954e8 branches: tip , default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Jan 03 2022 16:20

Pusher:  MikkaT
Jan 04 2022 11:32
Clean up services.py comments,
Update 'writeProjectParticipantsToDB' query so it only associates members with project not a project-specific role,
Update authentication of user being 'Conservationist' or not so it tracks to user-based role not project-based,
If user is 'Conservationist' project create/edit/delete buttons don't even appear,
Ensure if it's users first time logging in their id will still be passed to db to ensure projects their assigned appear
f80a47d2fc7ad046c7f5c23d0567f938ba99244e branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Jan 03 2022 13:51

Pusher:  MikkaT
Jan 04 2022 11:32
update 'get_project_members' to query for and return user-level roles instead of project-level roles, for the members collection of each project
c3e3069a83b898ed041c4c208096fcca5fa15c63 branches: default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Jan 03 2022 13:33

Pusher:  MikkaT
Jan 04 2022 11:32
update 'get_users' to query for and additionally return user-level roles & state | update front-end to expect and accept new return
eb420a454003244386dd8ed517d5ece6865615ca branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/users.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Jan 03 2022 13:03

Pusher:  MikkaT
Jan 04 2022 11:32
update 'get_user_data' to query for and additionally return logged-in user's role & state
684bae78420ab6be868be065da39ae5cc3feb04b branches: default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 28 2021 16:26

Pusher:  MikkaT
Dec 28 2021 16:28
Add functionality to sort documents by uploaded by user-name
0fb81584974df4025b4b58f45fea4c5a3e428bef branches: tip , default
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Dec 28 2021 15:58

Pusher:  MikkaT
Dec 28 2021 16:28
Display uploadBy info per doc per project -> both on initial addition of doc and thru project retrieval, upon initial login/refresh
a3db5933b5530bbac90b4f237e53ba9bea1141d6 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Dec 28 2021 15:02

Pusher:  MikkaT
Dec 28 2021 16:28
Pass user-name who uploaded doc to project from front to back-end --> now, username that uploaded doc is being stored in database
942be90c0a46c931ff2f3e4c25712ac34fb29c71 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/documents.tsx
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Dec 28 2021 11:47

Pusher:  MikkaT
Dec 28 2021 16:28
Make project Add/Edit/Delete & monitoring station Add buttons clickable/visible based on user's role for selected project
610b669035a0f9d86d8a5f3d0cdf0fdbf52eeb7b branches: default
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Dec 27 2021 15:17

Pusher:  MikkaT
Dec 27 2021 15:18
Refactor db queries (project-specific lists) to pull them out of the POST function & make them their own to increase usability
7f85ac3fe01dcccc25a9ad7cd40a187906bfe743 branches: tip , default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 27 2021 13:57

Pusher:  MikkaT
Dec 27 2021 15:18
Create 'get_documents_list' query that returns info expected client-side for project-specific documents; now docs appearing across users, according to project
7cf7662b99dbcca6a17f32b6ad740154b8054069 branches: default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 27 2021 10:36

Pusher:  MikkaT
Dec 27 2021 10:45
Add functionality for project creator to be automatically added to project & associated in db (if superuser associated as such, otherwise associated as SPOC - since they're the only other ones who can create a project)
Update PATCH function to now reference old_state as projects associated with user in db; as opposed to previous diskcache state
178d0a14e25af5abb8caaaf2bf1eb283b36e26f0 branches: tip , default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 16 2021 12:48

Pusher:  MikkaT
Dec 27 2021 10:45
Create POST to use upon 'fetchState', which returns projects associated with logged in user - projects assigned to other user are displaying in that user's app
Currently projects created aren't being associated in db with creator - so those are loading from diskCache
a0ddc226d01b792b2a01fc6f22843011384edfbe branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Dec 14 2021 15:49

Pusher:  MikkaT
Dec 27 2021 10:45
Insert/update project_treatment_practices in db [project_treatment_practices] upon project creation/edit
38ad73ed2524622e2ed358ea042aa4a32b731e1c branches: default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 13 2021 12:50

Pusher:  MikkaT
Dec 27 2021 10:45
Insert/update project_status_id in db [project] table upon project creation/edit
b5f7486c9a25c6868b8c4e209026cab77bc1817f branches: default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 10 2021 19:07

Pusher:  MikkaT
Dec 27 2021 10:45
Insert/update project treatment_type in db [project] table upon project creation/edit
e814967eec75997cf24b6d49ab21a31445d23651 branches: default
  • modified
    services.py
--
Mikka Tully <mikkak08@colostate.edu>
Dec 09 2021 15:02

Pusher:  MikkaT
Dec 27 2021 10:45
Add server-side functionality that updates members associated with projects (in project_participant table) accordingly with action (add/removed) taken
d8a406ab1c826c5c84d2ddca8b6b7778c001e849 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/actions/users.tsx
--
MikkaT
Oct 12 2021 14:54
Adjust sizing of name and role dropdown menus to be larger
e7f5f608030182b2a2750c79a7a618dedca0602c branches: tip , default
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
MikkaT
Oct 12 2021 11:58
Create searchable dropdown menus for 'Name' and 'Role' on projects, using MUI Autocomplete
700b36016fa958ca0cfa8b0f6edbda0e810f8bf5 branches: default
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
409 Commits found, displaying 281 to 300