Skip to content

[WIP] devJournal - create /journal command to pull asana dev journal fields#36

Open
hyx131 wants to merge 1 commit intomainfrom
journal
Open

[WIP] devJournal - create /journal command to pull asana dev journal fields#36
hyx131 wants to merge 1 commit intomainfrom
journal

Conversation

@hyx131
Copy link
Contributor

@hyx131 hyx131 commented May 19, 2020

  • search by "last workday" or "description", defualt "tasks"
  • using mock modules to get asana tasks for now

- search by "last workday" or "description", defualt "tasks"
- using mock modules to get asana tasks for now
@hyx131 hyx131 requested review from Goondrious and woozyking May 19, 2020 14:52
const mockdes = []

const timeout = (ms) => new Promise((resolve) => setTimeout(resolve, ms))
const getJournals = async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could try to use https://github.com/EQWorks/avail-bot/blob/8541e4ec3f16c1982f8e6c9d51e58c8f1a1b338a/src/availability.js#L47, providing projectName: 'Dev Journal and whatever fields you want in rawParams.opt_fields

Copy link
Contributor

@woozyking woozyking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, let's try to deploy it up and do a test spin?

@hyx131
Copy link
Contributor Author

hyx131 commented Jun 15, 2020

nice, let's try to deploy it up and do a test spin?

yep! will need to deploy getJournal and getFieldInfo from avail-bot first tho
Also, no idea how to implement the lambda.invoke section, lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants