Skip to content

Commit

Permalink
add issue reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jan 25, 2023
1 parent 46b64bc commit b1e9361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Swarm/Game/Scenario/Objective/Presentation/Model.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE NoGeneralizedNewtypeDeriving #-}

-- A UI-centric model for Objective presentation.
module Swarm.Game.Scenario.Objective.Presentation.Model where
Expand Down Expand Up @@ -39,7 +40,7 @@ data GoalStatus
Failed
deriving (Show, Eq, Ord, Bounded, Enum, Generic, ToJSON, ToJSONKey)

-- | TODO Could also add an "ObjectiveFailed" constructor...
-- | TODO: #1044 Could also add an "ObjectiveFailed" constructor...
newtype Announcement
= ObjectiveCompleted Objective
deriving (Show, Generic, ToJSON)
Expand All @@ -52,7 +53,7 @@ data GoalEntry

data GoalTracking = GoalTracking
{ announcements :: [Announcement]
-- ^ TODO (#916) the actual contents of these are not used yet,
-- ^ TODO: #1044 the actual contents of these are not used yet,
-- other than as a flag to pop up the Goal dialog.
, goals :: CategorizedGoals
}
Expand Down

0 comments on commit b1e9361

Please sign in to comment.