Coder Social home page Coder Social logo

code4romania / civichq-client Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 19.0 2.95 MB

Client app for Centru Civic. The project aims to turn into the public library of Romanian civic tech.

Home Page: http://centrucivic.ro/

License: Mozilla Public License 2.0

HTML 30.49% CSS 21.33% TypeScript 48.13% Shell 0.05%
civic-apps civic-tech civictech code4ro library projects-library

civichq-client's People

Contributors

andrap11 avatar andrapopazu avatar andrei-antal avatar andreigr avatar aniri avatar aszharite avatar bogdanivanel avatar catileptic avatar czmole avatar danichim avatar dependabot[bot] avatar dmfarcas avatar lrdtnc avatar lulubul avatar puiu avatar raducstefanescu avatar razvanpavel avatar silidragos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

civichq-client's Issues

Add a cookie policy page

Add cookie policy for Centru Civic website.

Depends on #55

Best practices

  • codebase language should be English
  • we πŸ’• unit tests

Instructions in readme; Won't compile and run

When I follow the instructions from the readme, the project will not compile. First there are a couple of warnings during npm install and npm start fails during webpack initialization. I have tried to upgrade components, even rewrote some lines as f.i. the select module in later versions is in ng2-select/select/ instead of ng2-select/components/select/ but this does not work. I am using atom.io as editor, and am running npm from the commandline on linux. node v7.4.0 npm v4.1.2, os: 4.9.6-1-ARCH #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 x86_64 GNU/Linux

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN [email protected] requires a peer of rxjs@^5.0.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/core@^2.4.1 but none was installed.
npm WARN [email protected] requires a peer of @angular/common@^2.3.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/core@^2.3.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/common@^2.3.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/compiler@^2.3.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/core@^2.3.0 but none was installed.
npm WARN [email protected] requires a peer of @angular/forms@^2.3.0 but none was installed.
npm WARN [email protected] No repository field.

And then, npm start results in:


ERROR in ./src/main.ts
(7,28): error TS2307: Cannot find module 'ng2-select/components/select/common'.

ERROR in ./src/main.ts
(8,29): error TS2307: Cannot find module 'ng2-select/components/select/select-pipes'.

ERROR in ./src/app/pages/HomePage/home.module.ts
(12,32): error TS2307: Cannot find module 'ng2-bootstrap/components/carousel'.

ERROR in ./src/main.ts
Module not found: Error: Cannot resolve module 'ng2-select/components/select/common' in /home/miblon/NetBeansProjects/civichq-client/src
 @ ./src/main.ts 6:15-61

ERROR in ./src/main.ts
Module not found: Error: Cannot resolve module 'ng2-select/components/select/select-pipes' in /home/miblon/NetBeansProjects/civichq-client/src
 @ ./src/main.ts 7:21-73

ERROR in ./src/app/pages/HomePage/home.module.ts
Module not found: Error: Cannot resolve module 'ng2-bootstrap/components/carousel' in /home/miblon/NetBeansProjects/civichq-client/src/app/pages/HomePage
 @ ./src/app/pages/HomePage/home.module.ts 16:17-61
Child html-webpack-plugin for "index.html":
    chunk    {0} index.html 1.64 kB [rendered]
        [0] ./~/html-webpack-plugin/lib/loader.js!./src/index.html 1.64 kB {0} [built]
webpack: Failed to compile.

app - lazy load images

Urmeaza sa pun un spinner in div-ul care tine pozele (padding bottom hack), as vrea ca acestea sa se incarce async cu un fade in de 100ms, standard preload behavior.

bug - admin - aprobare app-uri

  1. /#/login -> /#/approve-app
  2. approve 2-3-4 apps una dupa alta
  3. doar primul app selectat se aproba, requesturile se fac

Slack or e-mail for credentails.

bug - validare campuri add app

Momentan este validata doar prezenta campurilor obligatorii nu si tip-ul datelor din campurile obligatorii si restul campurilor.

  • unde se cere un URL pot pune orice text, URL-ul introdus trebuie sa fie in format http://cea.ceva/altceva
  • numarul de telefon: +40123456214

Add header for website

Add a header with text and graphic that leads to the about section in order to explain what the app is about

Depends on wireframe task #64

Best practices

  • codebase language should be English
  • we πŸ’• unit tests

app - loading screens

Cand se incarca date intre pagini sau cand se trimite un app as vrea sa nu vad un ecran gri ci un spinner care imi indica ca ceva se intampla (pot sa nu fiu pe o conexiune foarte buna).

bug - form-search text

Pe IE11 textul din form-search este deplasat. Un click in input si in afara lui il repozitioneaza corect.

Add a technology field in the add app form

Add a Technologies used field in the registration form and edit app form from admin.
The field should be mandatory.

For filling in this field, the user should be able to select all related technologies form a list retrieved from the API - related to code4romania/civichq-api#80
The info filled in by #the user should be sent to the API on the add app and edit app calls. code4romania/civichq-api#81

Check out what was already implemented on this at HackDay#1 and continue from there πŸ˜„ #80

Adding technologies field should look similar to adding topics on github repos, colored cards:
suggestion

Best practices

  • codebase language should be English
  • we πŸ’• unit tests

bug - back button

Aplicatia nu revine la home page din pagina individuala a unui app (cred ca este ceva legat de back, nu neaparat de pagina de app).

  1. /#/home
  2. click pe orice app
  3. back din butonul/trackpad/backspace

Add a status section for the app in admin

Add a section in the admin dashboard to allow the admin to mark an app dead or active - to be added in the edit app form.

Suggestion: a small toggle used to mark active / not active status for apps.

Depends on wireframe task #59
Depends on API task code4romania/civichq-api#82

Best practices

  • codebase language should be English
  • we πŸ’• unit tests

Add facebook icon in main menu

Add a FB icon in the main menu to direct people to the apps Facebook page

Best practices

  • codebase language should be English

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.