Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lib/activities shared library to create new activities of different kinds and render them on /console #16

@dahal

Description

@dahal
  • This activities could serve as logs/ feed but do not store any sensitive data.
  • Create and export Activities.get and Activities.create functions
  • These functions should call activities query to get all activities for projects user has access to. This get function can also take projectId as optional parameter which then return activities for given Project.
  • Activities.create (mutation) should just create an activity for a project.
  • Activities could be of different types, but always make sure to make it human readable. Please refer to https://github.com/envless/envless/blob/main/components/console/Activities.tsx#L9-L43 for some example

Render these activities on /console

Screen Shot 2022-12-27 at 8 19 59 PM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions