lalli-oni / nushell-modules

Nushell module scripts
1 stars 0 forks source link

[Module] Task #4

Closed lalli-oni closed 1 year ago

lalli-oni commented 1 year ago

Task module

Manage developer tasks. Developer task can consist of 1 or more of the following:

tasks

Based on the git repository user is in we get a list of open MRs from glab and display a formatted table of the results.

Steps

  1. User executes the script
  2. Script helps establish current project scope (by local git top level directory)
  3. Script gets a list of MRs from GitLab
  4. Normalise information (isDraft, JIRA id)
  5. Get most recent MR pipeline status
  6. Get the time of last MR discussion change
  7. Script renders a formatted table of active tasks.

relative-age

Formats a relative age string. Straggler that should be found a more suitable home.

lalli-oni commented 1 year ago

Renaming this module to task. More accurately includes all integration points.

lalli-oni commented 1 year ago

Extracting from description an idea list for vNext