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 31 2022 12:46

Pusher:  MikkaT
Jan 31 2022 13:59
Client-side - Ensure when we add members to a project we're storing their id as well; also ensure when we 'removeMember' it references id instead of name
3cba93bfa96f04832a68d0209975fce6f8cd9585 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Jan 31 2022 09:12

Pusher:  MikkaT
Jan 31 2022 13:59
Format Autocomplete dropdown options so the user name is bolded, and the role is less predominant and right-aligned
Ensure upon selection, only name is displayed in text box, but both name and role are still displayed in 'Members' box
e28397289d7a3cae82bf19e667217b7e6bd5878b branches: default
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Jan 28 2022 13:05

Pusher:  MikkaT
Jan 31 2022 13:59
Add member's role to same line as member name in the add member autocomplete dropdown -> also ensures that once member is added, their role is instantly displayed in members panel to right
ae5f6f91f95307218f6e700273353eb2f8993e81 branches: default
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Jan 27 2022 15:56

Pusher:  MikkaT
Jan 27 2022 15:58
Merge
6999be4c9fd93b90b747b326f2119269cb1cc1c2 branches: tip , default
  • modified
    config.yml
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/package.json
--
Mikka Tully <mikkak08@colostate.edu>
Jan 27 2022 15:53

Pusher:  MikkaT
Jan 27 2022 15:58
Add filter ability to 'Users' tab so you can filter the users table on any of the values: firstName, lastName, role, state or status
5e093ce303d3a4a37e1b1fa581019ea2ba6c8588 branches: default
  • modified
    static/er2_eofDB/js/components/ManageUsers.tsx
--
Lyaege
Jan 26 2022 12:57
cha: version bump
9a869937e3805908dfb84309be7e3fae30c4af1e branches: tip , default
  • modified
    config.yml
  • modified
    static/package.json
--
Lyaege
Jan 20 2022 13:15
Merge
c8ce87771274c1b703a529541961e9e6a13b8ab1 branches: tip , default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/users.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
Lyaege
Jan 20 2022 13:11
fix: remove the project member role from member step since we're no longer using it.
9fd4e7fb161f5750a9efa719d225ba04294ef741 branches: default
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Jan 18 2022 09:19

Pusher:  MikkaT
Jan 18 2022 09:19
Correct 'update_users' spacing in services.py so app runs
Re-style 'useState' definitions
Remove 'createProjectMemberRole' and 'setCreateProjectMemberRole' references, as these are unique to adding project-member-associated roles
f8c322cfc1da44feb330141ef573021c323fc0c2 branches: tip , default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/users.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
Lyaege
Jan 13 2022 16:30
Merge
b484b9ecf168408006abb1d5c29e16e6d31a5c04 branches: tip , default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/actions/users.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • added
    static/er2_eofDB/js/components/ManageUsers.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/users.ts
  • modified
    urls.py
  • modified
    views.py
--
Lyaege
Jan 13 2022 15:59
cha: format normalization
f661aeee744a1d9608cf00f7128bf353a76c9f6d branches: default
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
--
Lyaege
Jan 13 2022 15:42
cha: format more prettier(ly)
4195499f7df13793a9381977566fc945683d5a77 branches: default
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Jan 13 2022 12:50
cha: make the database the source of truth so that projects can be shared across users.
fix: race condition bug with regard to new monitoring stations being uploaded twice.
e056128472264b6ff4175ee30a8edfa0345cfc77 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/actions/monitoringStation.tsx
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/actions/users.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Mikka Tully <mikkak08@colostate.edu>
Jan 12 2022 10:57

Pusher:  MikkaT
Jan 12 2022 16:19
Set initial user role, upon account creation, to be 'Conservationist' instead of '', so that they have the limited app access that 'Conservationist' has
Hide 'Users' tab if user's role is 'Conservationist'
dc064b5aed18bb910d171cae1f22e9e282af66d7 branches: tip , 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 12 2022 09:43

Pusher:  MikkaT
Jan 12 2022 16:19
Ensure that when user's info is updated in 'Users' tab, these changes are almost immediately reflected in db
Ensure that when the state's users.users is updated, each project's members are updated as well -> to account for if a user's role has been updated, this will be displayed appropriately in edit stepper
Upon initial account creation, store user's role and state as fk reference to '' -> to ensure Autocomplete works appropriately
c68ef58e8e0bd0704b94d9b315b5dc82c93beb85 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/manageProjects.tsx
  • modified
    static/er2_eofDB/js/actions/users.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/ManageUsers.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
  • modified
    urls.py
  • modified
    views.py
--
Mikka Tully <mikkak08@colostate.edu>
Jan 07 2022 17:11

Pusher:  MikkaT
Jan 12 2022 16:19
Complete initial User's table, with starter styling, that allows user-specific update/addition of 'role', 'state' and 'status'
Currently being dynamically rendered with db info; however not yet updating db with changes made
7e4401ff4c664a280cb5ebdc7bddee335c9ad990 branches: default
  • modified
    static/er2_eofDB/js/actions/users.tsx
  • modified
    static/er2_eofDB/js/components/ManageUsers.tsx
--
Lyaege
Jan 06 2022 13:18
Merge
8d6ddba8c1efaf14d89eb19f7f30c181c1d23063 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/actions/users.tsx
  • modified
    static/er2_eofDB/js/components/DocumentsSP.tsx
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/er2_eofDB/js/components/MonitoringStationSP.tsx
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/manageProjects.tsx
--
Lyaege
Jan 06 2022 12:57
cha: remove deleted log files
be21d456b5ba67a889c2b43067ed783b1e25ac3c branches: default
--
Lyaege
Jan 06 2022 12:55
cha: getting field geometry and monitoring stations in the db.  UNFINISHED.
c9d744031a28f3d019e500fc8370ce0de4578b18 branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/components/ManageProjects.tsx
  • modified
    static/package.json
--
Mikka Tully <mikkak08@colostate.edu>
Jan 05 2022 17:03

Pusher:  MikkaT
Jan 12 2022 16:19
Create a 'ManageUsers' component to display skeleton/starter table of all users in 'Users' tab
Update 'users' info coming from db to include: state & status
Get state and status lists from db to client-side, accessible via state for 'ManageUsers' use
4c6f3e65220c4bfb0e7a32c42f6b0b8b374c985b branches: default
  • modified
    services.py
  • modified
    static/er2_eofDB/js/actions/server_state.tsx
  • modified
    static/er2_eofDB/js/actions/users.tsx
  • added
    static/er2_eofDB/js/components/ManageUsers.tsx
  • modified
    static/er2_eofDB/js/constants/action_types.js
  • modified
    static/er2_eofDB/js/containers/app.tsx
  • modified
    static/er2_eofDB/js/reducers/users.ts
  • modified
    urls.py
  • modified
    views.py
--
409 Commits found, displaying 261 to 280