Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Panel Basic Implementation #11

Open
seport opened this issue Jan 29, 2018 · 2 comments
Open

Admin Panel Basic Implementation #11

seport opened this issue Jan 29, 2018 · 2 comments
Labels
Milestone

Comments

@seport
Copy link
Owner

seport commented Jan 29, 2018

As an admin

I want to Manage submitted events

So that they are published on the app.

Given an admin on the admin panel (stayloudla.com/admin/)

When I click on an event link

Then the facebook event opens in a new tab.

When I accept an event

Then it is visible on the calendar page.

When I delete an event

Then it is put into a deleted state but is not deleted from the database, and is not visible on the admin page, and it is not visible on the calendar page.

When I click log out

Then I am logged out of my admin account

Notes:

The login page and basic authentication has already been completed but you may need to implement a logout script. #5

Resources:

Design:

screen shot 2018-01-28 at 6 45 30 pm

@seport
Copy link
Owner Author

seport commented Feb 8, 2018

Things to do:

  • display the logged in user
  • expose a logout link
  • list the events

@Reltre
Copy link

Reltre commented Mar 29, 2018

Note: Modify $spacer css global var to center admin dashboard content.

EDIT: Scratch that, we decided to use flexbox with our bootstrap columns, which made this a non-issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants