Skip to content

Conversation

@mariansollmann
Copy link

  • Introduce Users
  • Add signIn page
  • Add signUp page
  • Add Logout
  • Only login user can see pages and cmps
  • Index page
  • Feed page
  • Feed page single
  • Application page
  • Application page single
  • Profile page
  • Settings page
  • Overview page
  • Help page
  • About Page (legal stuff)
  • Add 404
  • Contact/Feedback
  • Terms
  • Forgot Password
  • On signUp double optIn
  • Add IP white listening

  • sdk-php add "after loading" to all possible infos on elements. It should be able to create a element with the minimum of infos (only ID for now) and load all other infos only when needed (call to getter).

Index Page

  • SignIn Form
  • SignUp Form
  • Separate Layout?

Feed Page:

  • List of all Feeds (Id, Name)
  • ActionCreate new Feed
  • Action: View Feed
  • Action: Delete Feed

Feed Page (single):

Info:

  • Id
  • Name
  • Description (optional)
  • Action: Edit Feed (Name, Description)
  • Action: Delete Feed

Stats:

  • Total Entries
  • Last add Entry
  • Add Entries grouped by Day
  • Show usage of “total Entries allowed”

List of Entries:

  • Id
  • Data
  • Action: Delete Entry

Application Page:

  • List of all Applications (Id, Name, Token, Description)
  • Action: create new Application
  • Action: View Application
  • Action: Delete Application

Application Page (single):

Info:

  • Id
  • Name
  • Token
  • Description (optional)
  • Action: Edit Application (Name, Description)
  • Action: Delete Application
  • Action: Renew Token

Profile Page:

  • Name
  • Mail
  • Login
  • Password
  • Location (optional)
  • Company (optional)
  • Business (optional)

Overview Page:

  • List off all Application
  • List of all Feeds grouped by Application
  • Entry usage per Application

Help Page:

  • How to create a Application
  • How to create a Feed
  • How to use Ids and Tokens

SignIn Page:

  • Forgot Password
  • Action: SingUp

SignUp Page:

  • ???

Settings Page:

  • ???

@mariansollmann mariansollmann self-assigned this Oct 6, 2014
@mariansollmann mariansollmann changed the title Meta ToDo Oct 16, 2014
@kris-lab kris-lab mentioned this pull request Oct 24, 2014
76 tasks
Marian Sollmann added 2 commits November 3, 2014 14:36
@mariansollmann
Copy link
Author

@kris-lab can you maybe checkout this branch and click a bit around to see if I missed some basic stuff. For now you can click everything but it is not using the API at all, which means nothing is stored.
To make this running you have to also checkout feedlabs/sdk-php#9 and use LINK=1 vagrat up to have a linked sdk-php.
Let me know when you find some logic missing.

@kris-lab
Copy link
Member

kris-lab commented Nov 6, 2014

Will check it out:) 300 files! nice:)

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.

2 participants