Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active February 17, 2022 08:33
Show Gist options
  • Save jverweijL/e7c51e05f903480b151c10a139b33da0 to your computer and use it in GitHub Desktop.
Save jverweijL/e7c51e05f903480b151c10a139b33da0 to your computer and use it in GitHub Desktop.
Liferay Objects Use Cases

Liferay Objects Use Cases

webhook testing
sortable data tables

Ideas for the future

A business object may represent, for example, a person, place, event, business process, or concept and exist as for example and invoice, a product, a transaction or even details of a person.

Picklists

  • status
  • department

Saved queries (kp)

  • query
  • name

Event Registration

  • firstname
  • lastname
  • companyname
  • jobtitle
  • t-shirt size
  • address
  • telephone number
  • can have a relation to event object

Store/Factory Location

  • name
  • city
  • street
  • zipcode
  • phone
  • country
  • code / abbreviation

Site Feature Requests

  • name
  • description
  • category
  • team
  • requesting department
  • progress

Covid Cases Registration

  • department
  • date
  • count

Sentiment

  • date
  • level (-2 .. +2)
  • (userid)

Chatbot conversations ??

Hints & Tips

Provide random hints and tips

  • title
  • hint/tip

Kanban Tasks

  • title
  • description
  • status (todo/doing/done)
  • progress (69%)

Fitbit / IOT Phonehome

  • date
  • user/userid
  • steps (10000)
  • heartrate (67)
  • energy (3321)
  • sleep (67)
  • activity (18)
  • distance (5.15)

Ship Journal

  • date
  • time
  • postion
  • description

PTO

Fields

  • short description
  • start date
  • end date

Onboarding

Fields

  • firstname
  • lastname
  • start date

Visitor Registration

Fields

  • firstname
  • lastname
  • licenseplate
  • badgenumber
  • contact person
@JosemariaMunoz
Copy link

JosemariaMunoz commented Feb 1, 2022

Event Registration

firstname
lastname
email
companyname
jobtitle
some others: t-shirt size (in case there was a gift), address, telephone number, interest (using a picklist), etc.

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