Skip to content

Cloud-Xero/notion-TM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

※ open go folder and cd notion

Weekly

  1. Update main.go

    monthlyFlag := false
  2. Update config.go

    func WeeklyConstants() (string, string) {
       lastWeek := "6/15 ~ 6/21"
       thisWeek := "6/22 ~ 6/30"
    
       return lastWeek, thisWeek
     }
  3. Execute the following command

    $ make run_update

Monthly

  1. Update main.go

    monthlyFlag := true
  2. Update config.go

    func MonthlyConstants() (string, string) {
       lastMonth := "June"
       thisMonth := "July"
    
       return lastMonth, thisMonth
     }
  3. Execute the following command

    $ make run_update

ToDo

  • Deal rate limit
  • Update Date
  • Create UI
  • Use Framework (ex. Echo)

About

Notion Task Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published