Skip to content

Releases: opensrp/openmrs-module-team

TMM-2.0.1

11 Aug 15:36
d2a7b88
Compare
Choose a tag to compare

In this release:

  • Null values are removed from the result set when a search for an existing person is done when adding a new team member
  • When the name searched matches a value in the result set, the code no longer loops through the rest of the results.

TMM-1.2.2

25 Aug 14:30
Compare
Choose a tag to compare

Added User as property 'user' in TeamMemberResource.

May throw exception if a user accessing resource doesnot have Get/View User permission

TMM-1.2.1

25 Aug 04:59
Compare
Choose a tag to compare

Allow non voided Team Member search by Team in REST.

URL: /openmrs/ws/rest/v1/teammodule/member?team=ona&v=full

TMM-2.0.0b

23 Jun 10:51
Compare
Choose a tag to compare

By using this module, a user can create a team, add members in team, and assign roles to members. Also, the user can view, update, or void the team, team member or team role.

Features:

  • Create a Team Role
  • Create a Team
  • Create a Team Member
  • Manage & Void a Team Role
  • Manage & Void a Team
  • Manage & Void a Team Member

Omod file is attached.

Revamp Document can be found at:
https://wiki.openmrs.org/display/docs/Team+Management+Module+Redesign+-+TMM-2.x.x

TMM-2.0.0a For QA

16 May 10:31
Compare
Choose a tag to compare
TMM-2.0.0a For QA Pre-release
Pre-release

By using this module, a user can create a team, add members in team, and assign roles to members. Also, the user can view, update, or void the team, team member or role.

New features

  • Team Hierarchy can be created, updated, voided or viewed
  • Team Member UI is modified

The following issues are resolved

Omod file is attached with this release.
Document can be found at: https://wiki.openmrs.org/display/docs/Team+Management+Module+Redesign+-+TMM-2.x.x

TMM-1.2.0b

21 Apr 15:14
Compare
Choose a tag to compare

NOTE: For installations versions which had been using TMM 1.1.0 there could be issue upgrading/uploading module due to liquibase discrepency.

In such case before uploading module do following:

  • open database and run query SELECT * FROM openmrs.liquibasechangelog WHERE AUTHOR LIKE 'shak%';
  • if no record returns, do NOT follow next steps and add/upgrade module directly, otherwise goto next step
  • stop tomcat
  • take backup of database
  • 1 record returned by above query would have ID column = teammodule-10.1.0A, delete this record
  • drop table team_member_patient
  • add/upgrade module
  • start tomcat
  • check your data to see everything working

Basic old UI
Works with OpenMRS 1.11.x

TMM-1.1.0

31 Mar 11:34
Compare
Choose a tag to compare

Team Management
Team Members Management
Team Member Patient Mapping

Basic old UI
Works with OpenMRS 1.11.x