select * from projects where status = 'Active' select * from projects where status = 'On-Hold' select * from projects where status = 'Archived'

To-do items across all your projects

#projName# : #title#

#description#
select * from todos where todolistID = '#todolistID#' and completed IS NULL select * from todos where todolistID = '#todolistID#' and completed IS NOT NULL
Milestone: #name#
Posted by #firstName# #lastName# on #DateFormat(added,"dddd, mmmm d, yyyy")# (Today#daysago# Days Ago)
You have no to-do items.
 

Create a new project


Your projects

On-Hold projects

Archived projects